CMS 3D CMS Logo

HcalRealisticZS.h
Go to the documentation of this file.
1 #ifndef HCALSIMPLEREALISTICZS_H
2 #define HCALSIMPLEREALISTICZS_H 1
3 
7 
10 
12 #include "HcalZSAlgoRealistic.h"
13 
14 #include <string>
15 
21 public:
22  explicit HcalRealisticZS(const edm::ParameterSet &ps);
23  ~HcalRealisticZS() override;
24  void produce(edm::Event &e, const edm::EventSetup &c) override;
25 
26 private:
27  std::unique_ptr<HcalZSAlgoRealistic> algo_;
34 };
35 
36 #endif
edm::EDGetTokenT< HODigiCollection > tok_ho_
std::unique_ptr< HcalZSAlgoRealistic > algo_
edm::EDGetTokenT< QIE10DigiCollection > tok_hfQIE10_
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
std::string inputLabel_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
~HcalRealisticZS() override
edm::EDGetTokenT< QIE11DigiCollection > tok_hbheQIE11_
void produce(edm::Event &e, const edm::EventSetup &c) override
HcalRealisticZS(const edm::ParameterSet &ps)