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

Definition at line 21 of file EcalPedestals_PayloadInspector.cc.

21 {kEBChannels = 61200, kEEChannels = 14648, kGains = 3, kRMS = 5};
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

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 ( pluginEcalPedestals_PayloadInspector  )

Definition at line 1050 of file EcalPedestals_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1050  {
1051  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsHist);
1052  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsPlot);
1053  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsDiff);
1054  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBMean12Map);
1055  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBMean6Map );
1056  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBMean1Map );
1057  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEEMean12Map);
1058  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEEMean6Map );
1059  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEEMean1Map );
1060  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBRMS12Map);
1061  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBRMS6Map );
1062  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEBRMS1Map );
1063  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEERMS12Map);
1064  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEERMS6Map );
1065  PAYLOAD_INSPECTOR_CLASS( EcalPedestalsEERMS1Map );
1066 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)