CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
EcalTPGStripStatus_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "CondFormats/EcalObjects/interface/EcalTPGStripStatus.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLine.h"
#include "TLatex.h"
#include <string>
#include <array>
#include <memory>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 

Functions

 PYBIND11_MODULE (pluginEcalTPGStripStatus_PayloadInspector, m)
 

Enumeration Type Documentation

anonymous enum

Definition at line 22 of file EcalTPGStripStatus_PayloadInspector.cc.

22 { NTCC = 108, NTower = 28, NStrip = 5, NXtal = 5 };
anonymous enum

Definition at line 23 of file EcalTPGStripStatus_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 ( pluginEcalTPGStripStatus_PayloadInspector  ,
 
)

Definition at line 468 of file EcalTPGStripStatus_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

468  {
469  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusPlot);
470  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusDiffOneTag);
471  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusDiffTwoTags);
472  PAYLOAD_INSPECTOR_CLASS(EcalTPGStripStatusSummaryPlot);
473 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)