CMS 3D CMS Logo

Functions
HcalPedestals_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/HcalPedestals.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 (pluginHcalPedestals_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginHcalPedestals_PayloadInspector  )

Definition at line 175 of file HcalPedestals_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

175  {
176  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsPlot);
177  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsDiff);
178  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsPhiPlot);
179  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsEtaPlot);
180  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsEtaDiff);
181  PAYLOAD_INSPECTOR_CLASS(HcalPedestalsPhiDiff);
182 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)