CMS 3D CMS Logo

Functions
HcalL1TriggerObjects_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/HcalL1TriggerObjects.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

 BOOST_PYTHON_MODULE (pluginHcalL1TriggerObjects_PayloadInspector)
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginHcalL1TriggerObjects_PayloadInspector  )

Definition at line 199 of file HcalL1TriggerObjects_PayloadInspector.cc.

199  {
200  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsPlot);
201  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsRatio);
202  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsEtaPlot);
203  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsEtaRatio);
204  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsPhiPlot);
205  PAYLOAD_INSPECTOR_CLASS(HcalL1TriggerObjectsPhiRatio);
206 }

References PAYLOAD_INSPECTOR_CLASS.

PAYLOAD_INSPECTOR_CLASS
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
Definition: PayloadInspectorModule.h:10