CMS 3D CMS Logo

Enumerations | Functions
EcalPedestals_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/EcalObjects/interface/EcalPedestals.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.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 (pluginEcalPedestals_PayloadInspector)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 21 of file EcalPedestals_PayloadInspector.cc.

21 { kEBChannels = 61200, kEEChannels = 14648, kGains = 3, kRMS = 5 };

◆ anonymous enum

anonymous enum

Definition at line 22 of file EcalPedestals_PayloadInspector.cc.

22 { MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, MAX_IPHI = 360 }; // barrel lower and upper bounds on eta and phi

◆ anonymous enum

anonymous enum

Definition at line 23 of file EcalPedestals_PayloadInspector.cc.

23 { IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100 }; // endcaps lower and upper bounds on x and y

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginEcalPedestals_PayloadInspector  )

Definition at line 1427 of file EcalPedestals_PayloadInspector.cc.

1427  {
1428  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsHist);
1429  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsPlot);
1430  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsDiff);
1431  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean12Map);
1432  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean6Map);
1433  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean1Map);
1434  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean12Map);
1435  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean6Map);
1436  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean1Map);
1437  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS12Map);
1438  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS6Map);
1439  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS1Map);
1440  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS12Map);
1441  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS6Map);
1442  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS1Map);
1443  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsSummaryPlot);
1444 }

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
kGains
const Int_t kGains
Definition: EcalPedestalsHandler.cc:13
kEBChannels
Definition: EcalFloatCondObjectContainerUtils.h:9
IX_MIN
Definition: EcalFloatCondObjectContainerUtils.h:18
MAX_IETA
Definition: EcalFloatCondObjectContainerUtils.h:13