CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "CondCore/EcalPlugins/plugins/EcalBadCrystalsCount.h"
#include "CondFormats/EcalObjects/interface/EcalChannelStatus.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

 PYBIND11_MODULE (pluginEcalChannelStatus_PayloadInspector, m)
 

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
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

PYBIND11_MODULE ( pluginEcalChannelStatus_PayloadInspector  ,
 
)

Definition at line 691 of file EcalChannelStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

691  {
692  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEBMap);
693  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEEMap);
694  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEBDiffOneTag);
695  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEBDiffTwoTags);
696  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEEDiffOneTag);
697  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusEEDiffTwoTags);
698  PAYLOAD_INSPECTOR_CLASS(EcalChannelStatusSummaryPlot);
699 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)