CMS 3D CMS Logo

Enumerations | Functions
EcalLaserAlphas_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/EcalLaserAlphas.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

 BOOST_PYTHON_MODULE (pluginEcalLaserAlphas_PayloadInspector)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 21 of file EcalLaserAlphas_PayloadInspector.cc.

21 { kEBChannels = 61200, kEEChannels = 14648 };

◆ anonymous enum

anonymous enum

Definition at line 22 of file EcalLaserAlphas_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

anonymous enum

Definition at line 29 of file EcalLaserAlphas_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

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginEcalLaserAlphas_PayloadInspector  )

Definition at line 351 of file EcalLaserAlphas_PayloadInspector.cc.

351  {
352  PAYLOAD_INSPECTOR_CLASS(EcalLaserAlphasEBMap);
353  PAYLOAD_INSPECTOR_CLASS(EcalLaserAlphasEEMap);
354  PAYLOAD_INSPECTOR_CLASS(EcalLaserAlphasPlot);
355  PAYLOAD_INSPECTOR_CLASS(EcalLaserAlphasDiff);
356  PAYLOAD_INSPECTOR_CLASS(EcalLaserAlphasSummaryPlot);
357 }

References PAYLOAD_INSPECTOR_CLASS.

kEEChannels
Definition: EcalFloatCondObjectContainerUtils.h:9
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
EBhistEtaMax
Definition: EcalFloatCondObjectContainerUtils.h:15
kEBChannels
Definition: EcalFloatCondObjectContainerUtils.h:9
IX_MIN
Definition: EcalFloatCondObjectContainerUtils.h:18
MAX_IETA
Definition: EcalFloatCondObjectContainerUtils.h:13