CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 "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 ( pluginTrackerAlignment_PayloadInspector  ,
 
)

Definition at line 1057 of file TrackerAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1057  {
1058  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareX);
1059  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareY);
1060  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZ);
1061  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlpha);
1062  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBeta);
1063  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGamma);
1064  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareXTwoTags);
1065  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareYTwoTags);
1066  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZTwoTags);
1067  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlphaTwoTags);
1068  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBetaTwoTags);
1069  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGammaTwoTags);
1070  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPix);
1071  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPix);
1072  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIB);
1073  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTID);
1074  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOB);
1075  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTEC);
1076  PAYLOAD_INSPECTOR_CLASS(X_BPixBarycenterHistory);
1077  PAYLOAD_INSPECTOR_CLASS(Y_BPixBarycenterHistory);
1078  PAYLOAD_INSPECTOR_CLASS(Z_BPixBarycenterHistory);
1079  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycenters);
1080  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompare);
1081  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompareTwoTags);
1082  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompare);
1083  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompareTwoTags);
1084 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)