CMS 3D CMS Logo

Enumerations | Functions
EcalTPGTowerStatus_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 "DataFormats/EcalDetId/interface/EcalSubdetector.h"
#include "DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "CondFormats/EcalObjects/interface/EcalTPGTowerStatus.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 (pluginEcalTPGTowerStatus_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 21 of file EcalTPGTowerStatus_PayloadInspector.cc.

21 {kEBTotalTowers = 2448, kEETotalTowers = 1584};
anonymous enum

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalTPGTowerStatus_PayloadInspector  )

Definition at line 308 of file EcalTPGTowerStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

308  {
309  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusPlot);
310  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusDiff);
311  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusSummaryPlot);
312 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)