CMS 3D CMS Logo

Enumerations | Functions
EcalChannelStatus_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/EcalChannelStatus.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include <memory>
#include <sstream>
#include "TStyle.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TLatex.h"

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 BOOST_PYTHON_MODULE (pluginEcalChannelStatus_PayloadInspector)
 

Enumeration Type Documentation

anonymous enum

Definition at line 21 of file EcalChannelStatus_PayloadInspector.cc.

21 {kEBChannels = 61200, kEEChannels = 14648, NRGBs = 5, NCont = 255};
anonymous enum

Definition at line 22 of file EcalChannelStatus_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 EcalChannelStatus_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 ( pluginEcalChannelStatus_PayloadInspector  )

Definition at line 531 of file EcalChannelStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

531  {
532  PAYLOAD_INSPECTOR_CLASS( EcalChannelStatusEBMap );
533  PAYLOAD_INSPECTOR_CLASS( EcalChannelStatusEEMap );
534  PAYLOAD_INSPECTOR_CLASS( EcalChannelStatusEBDiff );
535  PAYLOAD_INSPECTOR_CLASS( EcalChannelStatusEEDiff );
536 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)