CMS 3D CMS Logo

Enumerations | Functions
EcalIntercalibConstants_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/EcalIntercalibConstants.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 (pluginEcalIntercalibConstants_PayloadInspector, m)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 30 of file EcalIntercalibConstants_PayloadInspector.cc.

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

◆ anonymous enum

anonymous enum

◆ anonymous enum

anonymous enum

Definition at line 23 of file EcalIntercalibConstants_PayloadInspector.cc.

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

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginEcalIntercalibConstants_PayloadInspector  ,
 
)

Definition at line 377 of file EcalIntercalibConstants_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

377  {
378  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsEBMap);
379  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsEEMap);
380  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsPlot);
381  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsDiffOneTag);
382  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsDiffTwoTags);
383  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsRatioOneTag);
384  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsRatioTwoTags);
385  PAYLOAD_INSPECTOR_CLASS(EcalIntercalibConstantsSummaryPlot);
386 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)