CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBH2TDCRecInfoProducer.h
Go to the documentation of this file.
1 #ifndef RecoTBCalo_EcalTBTDCReconstructor_EcalTBH2TDCRecInfoProducer_HH
2 #define RecoTBCalo_EcalTBTDCReconstructor_EcalTBH2TDCRecInfoProducer_HH
3 
7 
10 
12 
13 #include <vector>
14 
16 
17  public:
18 
20  virtual ~EcalTBH2TDCRecInfoProducer() ;
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 triggerDataProducer_; // name of module/plugin/producer making TBeventheader
28  std::string triggerDataCollection_; // secondary name given to collection of TBeventheader
29  std::string recInfoCollection_; // secondary name to be given to collection of hits
30 
32 
33 };
34 #endif
EcalTBH2TDCRecInfoProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &e, const edm::EventSetup &es)