CMS 3D CMS Logo

Enumerations | Functions
EcalTPGCrystalStatus_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/EcalTPGCrystalStatus.h"
#include "TH2F.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 (pluginEcalTPGCrystalStatus_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 19 of file EcalTPGCrystalStatus_PayloadInspector.cc.

19 {kEBChannels = 61200, kEEChannels = 14648, kSides = 2};
static const int kSides
anonymous enum

Definition at line 20 of file EcalTPGCrystalStatus_PayloadInspector.cc.

20 {MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, MAX_IPHI = 360}; // barrel lower and upper bounds on eta and phi
anonymous enum

Definition at line 21 of file EcalTPGCrystalStatus_PayloadInspector.cc.

21 {IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100}; // endcaps lower and upper bounds on x and y

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalTPGCrystalStatus_PayloadInspector  )

Definition at line 233 of file EcalTPGCrystalStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

233  {
234  PAYLOAD_INSPECTOR_CLASS(EcalTPGCrystalStatusPlot);
235  PAYLOAD_INSPECTOR_CLASS(EcalTPGCrystalStatusDiff);
236 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)