CMS 3D CMS Logo

Enumerations | Functions
EcalTPGStripStatus_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 "FWCore/ParameterSet/interface/FileInPath.h"
#include "CondFormats/EcalObjects/interface/EcalTPGStripStatus.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  
 

Functions

 BOOST_PYTHON_MODULE (pluginEcalTPGStripStatus_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 20 of file EcalTPGStripStatus_PayloadInspector.cc.

20 {NTCC = 108, NTower = 28, NStrip = 5, NXtal = 5};
anonymous enum

Definition at line 21 of file EcalTPGStripStatus_PayloadInspector.cc.

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalTPGStripStatus_PayloadInspector  )

Definition at line 434 of file EcalTPGStripStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

434  {
435  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusPlot);
436  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusDiff);
437  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusSummaryPlot);
438 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)