CMS 3D CMS Logo

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 public:
18  ~EcalTBH2TDCRecInfoProducer() override;
19  void produce(edm::Event& e, const edm::EventSetup& es) override;
20 
21 private:
22  std::string rawInfoProducer_; // name of module/plugin/producer making digis
23  std::string rawInfoCollection_; // secondary name given to collection of digis
24  std::string triggerDataProducer_; // name of module/plugin/producer making TBeventheader
25  std::string triggerDataCollection_; // secondary name given to collection of TBeventheader
26  std::string recInfoCollection_; // secondary name to be given to collection of hits
27 
29 };
30 #endif
EcalTBH2TDCRecInfoProducer(const edm::ParameterSet &ps)
void produce(edm::Event &e, const edm::EventSetup &es) override