CMS 3D CMS Logo

Functions
HcalGains_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "Geometry/CaloTopology/interface/HcalTopology.h"
#include "CondCore/HcalPlugins/interface/HcalObjRepresent.h"
#include "CondFormats/HcalObjects/interface/HcalGains.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include <string>
#include <fstream>

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginHcalGains_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginHcalGains_PayloadInspector  ,
 
)

Definition at line 188 of file HcalGains_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

188  {
189  PAYLOAD_INSPECTOR_CLASS(HcalGainsPlot);
190  PAYLOAD_INSPECTOR_CLASS(HcalGainsRatio);
191  PAYLOAD_INSPECTOR_CLASS(HcalGainsEtaPlot);
192  PAYLOAD_INSPECTOR_CLASS(HcalGainsPhiPlot);
193  PAYLOAD_INSPECTOR_CLASS(HcalGainsPhiRatio);
194  PAYLOAD_INSPECTOR_CLASS(HcalGainsEtaRatio);
195 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)