CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBTDCRecInfoProducer.h
Go to the documentation of this file.
1 #ifndef RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRecInfoProducer_HH
2 #define RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRecInfoProducer_HH
3 
7 
10 
12 
13 #include <vector>
14 
16 
17  public:
18 
19  explicit EcalTBTDCRecInfoProducer(const edm::ParameterSet& ps);
20  virtual ~EcalTBTDCRecInfoProducer() ;
21  virtual void produce(edm::Event& e, const edm::EventSetup& es);
22 
23  private:
24 
25  std::string rawInfoProducer_; // name of module/plugin/producer making digis
26  std::string rawInfoCollection_; // secondary name given to collection of digis
27  std::string eventHeaderProducer_; // name of module/plugin/producer making TBeventheader
28  std::string eventHeaderCollection_; // secondary name given to collection of TBeventheader
29  std::string recInfoCollection_; // secondary name to be given to collection of hits
31 
33 
34 };
35 #endif
EcalTBTDCRecInfoAlgo * algo_
EcalTBTDCRecInfoProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &e, const edm::EventSetup &es)