CMS 3D CMS Logo

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