CMS 3D CMS Logo

Functions
SiPixelLorentzAngle_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelLorentzAngle.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"
#include "CondCore/SiPixelPlugins/interface/SiPixelPayloadInspectorHelper.h"
#include "CondCore/SiPixelPlugins/interface/PixelRegionContainers.h"
#include "DQM/TrackerRemapper/interface/Phase1PixelROCMaps.h"
#include "DQM/TrackerRemapper/interface/Phase1PixelSummaryMap.h"
#include <memory>
#include <sstream>
#include "TH2F.h"
#include "TH1F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include "TGaxis.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginSiPixelLorentzAngle_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginSiPixelLorentzAngle_PayloadInspector  ,
 
)

Definition at line 1076 of file SiPixelLorentzAngle_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1076  {
1077  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValue);
1078  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValues);
1079  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesBarrel);
1080  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesEndcap);
1081  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesBarrelCompareSingleTag);
1082  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesEndcapCompareSingleTag);
1083  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesBarrelCompareTwoTags);
1084  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValuesEndcapCompareTwoTags);
1085  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValueComparisonSingleTag);
1086  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleValueComparisonTwoTags);
1087  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleByRegionComparisonSingleTag);
1088  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleByRegionComparisonTwoTags);
1089  PAYLOAD_INSPECTOR_CLASS(SiPixelBPixLorentzAngleMap);
1090  PAYLOAD_INSPECTOR_CLASS(SiPixelFPixLorentzAngleMap);
1091  PAYLOAD_INSPECTOR_CLASS(SiPixelFullLorentzAngleMapByROC);
1092  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleFullPixelMap);
1093  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleFullMapCompareSingleTag);
1094  PAYLOAD_INSPECTOR_CLASS(SiPixelLorentzAngleFullMapCompareTwoTags);
1095 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)