CMS 3D CMS Logo

Enumerations | Functions
EcalTPGPedestals_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/EcalTPGPedestals.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include <string>
#include <fstream>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 BOOST_PYTHON_MODULE (pluginEcalTPGPedestals_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 22 of file EcalTPGPedestals_PayloadInspector.cc.

22 {kEBChannels = 61200, kEEChannels = 14648, kGains = 3, kSides = 2};
static const int kSides
anonymous enum
anonymous enum

Definition at line 24 of file EcalTPGPedestals_PayloadInspector.cc.

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalTPGPedestals_PayloadInspector  )

Definition at line 308 of file EcalTPGPedestals_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

308  {
309  PAYLOAD_INSPECTOR_CLASS(EcalTPGPedestalsPlot);
310  PAYLOAD_INSPECTOR_CLASS(EcalTPGPedestalsDiff);
311 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)