CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBValidation.h
Go to the documentation of this file.
1 #ifndef ECALTBVALIDATION_H
2 #define ECALTBVALIDATION_H
3 
4 #include <memory>
16 
19 
20 //#include "TFile.h"
21 //#include "TH1.h"
22 //#include "TH2.h"
23 
25  public:
26  explicit EcalTBValidation( const edm::ParameterSet& );
28 
29  virtual void analyze( const edm::Event&, const edm::EventSetup& );
30  virtual void beginJob();
31  virtual void endJob();
32 
33  private:
34 
35  bool verbose_;
37 
38  int data_;
40  //std::string rootfile_;
51  // fix for consumes
57  // histos
58  //TH2F *h_xib, *h_ampltdc, *h_Shape;
59  //TH1F *h_hodoX, *h_hodoY;
60  //TH1F *h_e1x1, *h_e3x3, *h_e5x5;
61  //TH1F *h_e1e9, *h_e1e25, *h_e9e25;
62  //TH1F *h_e1x1_center, *h_e3x3_center, *h_e5x5_center;
63  //TH2F *h_e1vsX, *h_e1vsY;
64  //TH2F *h_e1e9vsX, *h_e1e9vsY;
65  //TH2F *h_e1e25vsX, *h_e1e25vsY;
66  //TH2F *h_e9e25vsX, *h_e9e25vsY;
67 
90 
91 };
92 
93 
94 
95 
96 #endif
MonitorElement * meETBShape_
MonitorElement * meETBampltdc_
MonitorElement * meETBe5x5_
MonitorElement * meETBe1e25_
MonitorElement * meETBe3x3_
edm::EDGetTokenT< EcalTBTDCRecInfo > tdcRec_Token_
edm::EDGetTokenT< EBDigiCollection > digi_Token_
MonitorElement * meETBe9e25vsX_
edm::EDGetTokenT< EcalTBHodoscopeRecInfo > hodoRec_Token_
MonitorElement * meETBe1e25vsX_
std::string eventHeaderProducer_
MonitorElement * meETBxib_
EcalTBValidation(const edm::ParameterSet &)
edm::EDGetTokenT< EBUncalibratedRecHitCollection > hit_Token_
MonitorElement * meETBe9e25_
MonitorElement * meETBe9e25vsY_
std::string eventHeaderCollection_
MonitorElement * meETBe1vsX_
std::string hitProducer_
std::string hodoRecInfoProducer_
std::string digiProducer_
MonitorElement * meETBe5x5_center_
std::string hitCollection_
MonitorElement * meETBe1e9vsX_
MonitorElement * meETBe1e25vsY_
MonitorElement * meETBe1x1_
std::string tdcRecInfoCollection_
std::string tdcRecInfoProducer_
edm::EDGetTokenT< EcalTBEventHeader > eventHeader_Token_
MonitorElement * meETBe1e9_
virtual void beginJob()
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * meETBe3x3_center_
MonitorElement * meETBe1e9vsY_
std::string digiCollection_
MonitorElement * meETBhodoY_
MonitorElement * meETBe1vsY_
std::string hodoRecInfoCollection_
MonitorElement * meETBe1x1_center_
MonitorElement * meETBhodoX_
virtual void endJob()