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 
8 
11 
13 
14 #include <vector>
15 
17 
18  public:
19 
21  virtual ~EcalTBH2TDCRecInfoProducer() ;
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 triggerDataProducer_; // name of module/plugin/producer making TBeventheader
29  std::string triggerDataCollection_; // secondary name given to collection of TBeventheader
30  std::string recInfoCollection_; // secondary name to be given to collection of hits
31 
33 
34 };
35 #endif
EcalTBH2TDCRecInfoProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &e, const edm::EventSetup &es)