CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
EcalAlignment_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 "CondFormats/Alignment/interface/Alignments.h"
#include "TH2F.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include <string>
#include <fstream>

Go to the source code of this file.

Enumerations

enum  
 
enum  
 
enum  
 

Functions

 PYBIND11_MODULE (pluginEcalAlignment_PayloadInspector, m)
 

Enumeration Type Documentation

anonymous enum
anonymous enum

Definition at line 23 of file EcalAlignment_PayloadInspector.cc.

23  {
24  MIN_IETA = 1,
25  MIN_IPHI = 1,
26  MAX_IETA = 85,
27  MAX_IPHI = 360
28  }; // barrel (EB) lower and upper bounds on eta and phi
anonymous enum

Definition at line 29 of file EcalAlignment_PayloadInspector.cc.

29 { IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100 }; // endcaps (EE) lower and upper bounds on x and y

Function Documentation

PYBIND11_MODULE ( pluginEcalAlignment_PayloadInspector  ,
 
)

Definition at line 267 of file EcalAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

267  {
268  PAYLOAD_INSPECTOR_CLASS(EcalAlignmentPlot);
269  PAYLOAD_INSPECTOR_CLASS(EcalAlignmentDiffOneTag);
270  PAYLOAD_INSPECTOR_CLASS(EcalAlignmentDiffTwoTags);
271 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)