CMS 3D CMS Logo

Enumerations | Functions
EcalPulseShapes_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "CondFormats/EcalObjects/interface/EcalPulseShapes.h"
#include "TH2F.h"
#include "TProfile.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLine.h"
#include "TLatex.h"
#include <string>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 BOOST_PYTHON_MODULE (pluginEcalPulseShapes_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 20 of file EcalPulseShapes_PayloadInspector.cc.

20 {kEBChannels = 61200, kEEChannels = 14648, kSides = 2, kRMS = 3, TEMPLATESAMPLES = 12};
static const int kSides
anonymous enum
anonymous enum

Definition at line 22 of file EcalPulseShapes_PayloadInspector.cc.

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalPulseShapes_PayloadInspector  )

Definition at line 263 of file EcalPulseShapes_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

263  {
264  PAYLOAD_INSPECTOR_CLASS(EcalPulseShapesPlot);
265  PAYLOAD_INSPECTOR_CLASS(EcalPulseShapesProfile);
266 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)