CMS 3D CMS Logo

Enumerations | Functions
EcalIntercalibErrors_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "CondCore/EcalPlugins/plugins/EcalFloatCondObjectContainerUtils.h"
#include "CondFormats/EcalObjects/interface/EcalIntercalibErrors.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLine.h"
#include "TLatex.h"
#include <memory>
#include <sstream>
#include <array>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 PYBIND11_MODULE (pluginEcalIntercalibErrors_PayloadInspector, m)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

◆ anonymous enum

anonymous enum

Definition at line 24 of file EcalIntercalibErrors_PayloadInspector.cc.

24  {
25  MIN_IETA = 1,
26  MIN_IPHI = 1,
27  MAX_IETA = 85,
28  MAX_IPHI = 360,
29  EBhistEtaMax = 171
30  }; // barrel lower and upper bounds on eta and phi

◆ anonymous enum

anonymous enum

Definition at line 31 of file EcalIntercalibErrors_PayloadInspector.cc.

31  {
32  IX_MIN = 1,
33  IY_MIN = 1,
34  IX_MAX = 100,
35  IY_MAX = 100,
36  EEhistXMax = 220
37  }; // endcaps lower and upper bounds on x and y

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginEcalIntercalibErrors_PayloadInspector  ,
 
)

Definition at line 386 of file EcalIntercalibErrors_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

386  {
387  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsEBMap);
388  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsEEMap);
389  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsPlot);
390  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsDiffOneTag);
391  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsDiffTwoTags);
392  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsRatioOneTag);
393  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsRatioTwoTags);
394  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibErrorsSummaryPlot);
395 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)