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

 PYBIND11_MODULE (pluginEcalPedestals_PayloadInspector, m)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 21 of file EcalPedestals_PayloadInspector.cc.

◆ anonymous enum

anonymous enum

◆ anonymous enum

anonymous enum

Definition at line 23 of file EcalPedestals_PayloadInspector.cc.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginEcalPedestals_PayloadInspector  ,
 
)

Definition at line 1590 of file EcalPedestals_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1590  {
1591  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsHist);
1592  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsPlot);
1593  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsDiffOneTag);
1594  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsDiffTwoTags);
1595  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsRatioOneTag);
1596  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsRatioTwoTags);
1597  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean12Map);
1598  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean6Map);
1599  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean1Map);
1600  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean12Map);
1601  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean6Map);
1602  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean1Map);
1603  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS12Map);
1604  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS6Map);
1605  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS1Map);
1606  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS12Map);
1607  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS6Map);
1608  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS1Map);
1609  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsSummaryPlot);
1610 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)