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

anonymous enum

Definition at line 21 of file EcalTPGTowerStatus_PayloadInspector.cc.

21 { kEBTotalTowers = 2448, kEETotalTowers = 1584 };

◆ anonymous enum

anonymous enum

Definition at line 22 of file EcalTPGTowerStatus_PayloadInspector.cc.

22 { MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 17, MAX_IPHI = 72 }; // barrel lower and upper bounds on eta and phi

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginEcalTPGTowerStatus_PayloadInspector  )

Definition at line 309 of file EcalTPGTowerStatus_PayloadInspector.cc.

309  {
310  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusPlot);
311  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusDiff);
312  PAYLOAD_INSPECTOR_CLASS(EcalTPGTowerStatusSummaryPlot);
313 }

References PAYLOAD_INSPECTOR_CLASS.

MAX_IPHI
Definition: EcalFloatCondObjectContainerUtils.h:14
PAYLOAD_INSPECTOR_CLASS
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
Definition: PayloadInspectorModule.h:10
MIN_IETA
Definition: EcalFloatCondObjectContainerUtils.h:11
MIN_IPHI
Definition: EcalFloatCondObjectContainerUtils.h:12
MAX_IETA
Definition: EcalFloatCondObjectContainerUtils.h:13