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 1572 of file EcalPedestals_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1572  {
1573  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsHist);
1574  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsPlot);
1575  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsDiffOneTag);
1576  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsDiffTwoTags);
1577  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsRatioOneTag);
1578  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsRatioTwoTags);
1579  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean12Map);
1580  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean6Map);
1581  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBMean1Map);
1582  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean12Map);
1583  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean6Map);
1584  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEEMean1Map);
1585  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS12Map);
1586  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS6Map);
1587  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEBRMS1Map);
1588  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS12Map);
1589  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS6Map);
1590  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsEERMS1Map);
1591  PAYLOAD_INSPECTOR_CLASS(EcalPedestalsSummaryPlot);
1592 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)