CMS 3D CMS Logo

Enumerations | Functions
EcalTPGWeightGroup_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/EcalTPGWeightGroup.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 (pluginEcalTPGWeightGroup_PayloadInspector)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 21 of file EcalTPGWeightGroup_PayloadInspector.cc.

21 { kEBTotalTowers = 2448, kEETotalTowers = 1584 };

◆ anonymous enum

anonymous enum

Definition at line 22 of file EcalTPGWeightGroup_PayloadInspector.cc.

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

◆ anonymous enum

anonymous enum

Definition at line 23 of file EcalTPGWeightGroup_PayloadInspector.cc.

23  {
24  IX_MIN = 1,
25  IY_MIN = 1,
26  IX_MAX = 100,
27  IY_MAX = 100,
28  EEhistXMax = 220
29  }; // endcaps lower and upper bounds on x and y

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginEcalTPGWeightGroup_PayloadInspector  )

Definition at line 153 of file EcalTPGWeightGroup_PayloadInspector.cc.

153 { PAYLOAD_INSPECTOR_CLASS(EcalTPGWeightGroupPlot); }

References PAYLOAD_INSPECTOR_CLASS.

MAX_IPHI
Definition: EcalFloatCondObjectContainerUtils.h:14
IX_MAX
Definition: EcalFloatCondObjectContainerUtils.h:20
IY_MAX
Definition: EcalFloatCondObjectContainerUtils.h:21
PAYLOAD_INSPECTOR_CLASS
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
Definition: PayloadInspectorModule.h:10
MIN_IETA
Definition: EcalFloatCondObjectContainerUtils.h:11
IY_MIN
Definition: EcalFloatCondObjectContainerUtils.h:19
MIN_IPHI
Definition: EcalFloatCondObjectContainerUtils.h:12
EEhistXMax
Definition: EcalFloatCondObjectContainerUtils.h:22
IX_MIN
Definition: EcalFloatCondObjectContainerUtils.h:18
MAX_IETA
Definition: EcalFloatCondObjectContainerUtils.h:13