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 
8 
11 
13 
14 #include <vector>
15 
17 
18  public:
19 
20  explicit EcalTBTDCRecInfoProducer(const edm::ParameterSet& ps);
21  virtual ~EcalTBTDCRecInfoProducer() ;
22  virtual void produce(edm::Event& e, const edm::EventSetup& es);
23 
24  private:
25 
26  std::string rawInfoProducer_; // name of module/plugin/producer making digis
27  std::string rawInfoCollection_; // secondary name given to collection of digis
28  std::string eventHeaderProducer_; // name of module/plugin/producer making TBeventheader
29  std::string eventHeaderCollection_; // secondary name given to collection of TBeventheader
30  std::string recInfoCollection_; // secondary name to be given to collection of hits
32 
34 
35 };
36 #endif
EcalTBTDCRecInfoAlgo * algo_
EcalTBTDCRecInfoProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &e, const edm::EventSetup &es)