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

 PYBIND11_MODULE (pluginEcalTPGWeightGroup_PayloadInspector, m)
 

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

◆ 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

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginEcalTPGWeightGroup_PayloadInspector  ,
 
)

Definition at line 153 of file EcalTPGWeightGroup_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

153 { PAYLOAD_INSPECTOR_CLASS(EcalTPGWeightGroupPlot); }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)