CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
EcalLaserAPDPNRatios_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 "CondFormats/EcalObjects/interface/EcalLaserAPDPNRatios.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLine.h"
#include "TLatex.h"
#include <memory>
#include <sstream>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 PYBIND11_MODULE (pluginEcalLaserAPDPNRatios_PayloadInspector, m)
 

Enumeration Type Documentation

anonymous enum
anonymous enum

Definition at line 22 of file EcalLaserAPDPNRatios_PayloadInspector.cc.

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

Definition at line 29 of file EcalLaserAPDPNRatios_PayloadInspector.cc.

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

Function Documentation

PYBIND11_MODULE ( pluginEcalLaserAPDPNRatios_PayloadInspector  ,
 
)

Definition at line 584 of file EcalLaserAPDPNRatios_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

584  {
585  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosEBMap);
586  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosEEMap);
587  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosPlot);
588  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosDiffOneTag);
589  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosDiffTwoTags);
590  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosRatioOneTag);
591  PAYLOAD_INSPECTOR_CLASS(EcalLaserAPDPNRatiosRatioTwoTags);
592 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)