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 <memory>
#include <sstream>
#include <iostream>
#include <iomanip>
#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 1159 of file TrackerAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1159  {
1160  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorSingleTag);
1161  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorTwoTags);
1162  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareX);
1163  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareY);
1164  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZ);
1165  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlpha);
1166  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBeta);
1167  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGamma);
1168  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareXTwoTags);
1169  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareYTwoTags);
1170  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZTwoTags);
1171  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlphaTwoTags);
1172  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBetaTwoTags);
1173  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGammaTwoTags);
1174  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPix);
1175  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPix);
1176  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIB);
1177  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTID);
1178  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOB);
1179  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTEC);
1180  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPixTwoTags);
1181  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPixTwoTags);
1182  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIBTwoTags);
1183  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIDTwoTags);
1184  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOBTwoTags);
1185  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTECTwoTags);
1186  PAYLOAD_INSPECTOR_CLASS(X_BPixBarycenterHistory);
1187  PAYLOAD_INSPECTOR_CLASS(Y_BPixBarycenterHistory);
1188  PAYLOAD_INSPECTOR_CLASS(Z_BPixBarycenterHistory);
1189  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycenters);
1190  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompare);
1191  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompareTwoTags);
1192  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompare);
1193  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompareTwoTags);
1194 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)