CMS 3D CMS Logo

EcalTBHodoscopeRawInfoDumper.h
Go to the documentation of this file.
1 #ifndef RecoTBCalo_EcalTBHodoscopeReconstructor_EcalTBHodoscopeRawInfoDumper_HH
2 #define RecoTBCalo_EcalTBHodoscopeReconstructor_EcalTBHodoscopeRawInfoDumper_HH
3 
7 
10 
11 #include <vector>
12 #include <string>
13 //#include "TTree.h"
14 #include "TH1.h"
15 #include "TGraph.h"
16 #include "TH2.h"
18 public:
21  void analyze(const edm::Event&, const edm::EventSetup&) override;
22  void beginJob() override;
23  void endJob() override;
24 
25 private:
26  std::string rawInfoProducer_; // name of module/plugin/producer making digis
27  std::string rawInfoCollection_; // secondary name given to collection of digis
30  TH1F* h_firedHits_[4];
31 };
32 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
EcalTBHodoscopeRawInfoDumper(const edm::ParameterSet &ps)