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 "CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileReader.h"
#include "DQM/TrackerRemapper/interface/Phase1PixelSummaryMap.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 1422 of file TrackerAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1422  {
1423  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentComparatorSingleTag);
1424  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentComparatorTwoTags);
1425  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorSingleTag);
1426  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentComparatorTwoTags);
1427  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareX);
1428  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareY);
1429  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZ);
1430  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlpha);
1431  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBeta);
1432  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGamma);
1433  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareXTwoTags);
1434  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareYTwoTags);
1435  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZTwoTags);
1436  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlphaTwoTags);
1437  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBetaTwoTags);
1438  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGammaTwoTags);
1439  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapX);
1440  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapY);
1441  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapZ);
1442  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapAlpha);
1443  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapBeta);
1444  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapGamma);
1445  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapXTwoTags);
1446  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapYTwoTags);
1447  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapZTwoTags);
1448  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapAlphaTwoTags);
1449  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapBetaTwoTags);
1450  PAYLOAD_INSPECTOR_CLASS(PixelAlignmentCompareMapGammaTwoTags);
1451  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPix);
1452  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPix);
1453  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIB);
1454  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTID);
1455  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOB);
1456  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTEC);
1457  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPixTwoTags);
1458  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPixTwoTags);
1459  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIBTwoTags);
1460  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIDTwoTags);
1461  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOBTwoTags);
1462  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTECTwoTags);
1463  PAYLOAD_INSPECTOR_CLASS(X_BPixBarycenterHistory);
1464  PAYLOAD_INSPECTOR_CLASS(Y_BPixBarycenterHistory);
1465  PAYLOAD_INSPECTOR_CLASS(Z_BPixBarycenterHistory);
1466  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycenters);
1467  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompare);
1468  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentBarycentersCompareTwoTags);
1469  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompare);
1470  PAYLOAD_INSPECTOR_CLASS(PixelBarycentersCompareTwoTags);
1471 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)