CMS 3D CMS Logo

Functions
TrackerAlignment_PayloadInspector.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/Alignment/interface/Alignments.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "CLHEP/Vector/RotationInterfaces.h"
#include "Alignment/CommonAlignment/interface/Utilities.h"
#include "CommonTools/TrackerMap/interface/TrackerMap.h"
#include "CondCore/AlignmentPlugins/interface/AlignmentPayloadInspectorHelper.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"
#include <boost/range/adaptor/indexed.hpp>
#include <iomanip>
#include <iostream>
#include <memory>
#include <sstream>
#include "TH2F.h"
#include "TGaxis.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TMarker.h"
#include "TPaveStats.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginTrackerAlignment_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginTrackerAlignment_PayloadInspector  ,
 
)

Definition at line 1180 of file TrackerAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1180  {
1181  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorSingleTag);
1182  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorTwoTags);
1183  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareX);
1184  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareY);
1185  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZ);
1186  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlpha);
1187  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBeta);
1188  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGamma);
1189  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareXTwoTags);
1190  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareYTwoTags);
1191  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZTwoTags);
1192  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlphaTwoTags);
1193  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBetaTwoTags);
1194  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGammaTwoTags);
1195  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPix);
1196  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPix);
1197  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIB);
1198  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTID);
1199  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOB);
1200  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTEC);
1201  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPixTwoTags);
1202  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPixTwoTags);
1203  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIBTwoTags);
1204  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIDTwoTags);
1205  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOBTwoTags);
1206  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTECTwoTags);
1207  PAYLOAD_INSPECTOR_CLASS(X_BPixBarycenterHistory);
1208  PAYLOAD_INSPECTOR_CLASS(Y_BPixBarycenterHistory);
1209  PAYLOAD_INSPECTOR_CLASS(Z_BPixBarycenterHistory);
1210  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycenters);
1211  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompare);
1212  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompareTwoTags);
1213  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompare);
1214  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompareTwoTags);
1215 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)