CMS 3D CMS Logo

HcalSimpleReconstructor.h
Go to the documentation of this file.
1 #ifndef HCALSIMPLERECONSTRUCTOR_H
2 #define HCALSIMPLERECONSTRUCTOR_H 1
3 
11 
15 
16 namespace edm {
18 }
19 
24 class HcalTopology;
25 
27  public:
28  explicit HcalSimpleReconstructor(const edm::ParameterSet& ps);
29  virtual ~HcalSimpleReconstructor();
30  virtual void produce(edm::Event& e, const edm::EventSetup& c) override final;
31  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
32  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
33 
34  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
35 
36  private:
37  template<class DIGICOLL, class RECHITCOLL> void process(edm::Event& e, const edm::EventSetup& c, const edm::EDGetTokenT<DIGICOLL> &tok);
40  int subdet_;
43 
48 
49  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
50 
51  // legacy parameters for config-set values compatibility
52  // to be removed after 4_2_0...
55  bool tsFromDB_;
56 
57  HcalRecoParams* paramTS; // firstSample & sampleToAdd from DB
59  };
60 
61 #endif
HcalOtherSubdetector subdetOther_
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
HcalOtherSubdetector
Definition: HcalAssistant.h:32
edm::EDGetTokenT< HFDigiCollection > tok_hf_
edm::EDGetTokenT< HODigiCollection > tok_ho_
Detector
Definition: DetId.h:24
HLT enums.
edm::EDGetTokenT< HcalCalibDigiCollection > tok_calib_
Definition: Run.h:42