CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalSimpleReconstructor.h
Go to the documentation of this file.
1 #ifndef HCALSIMPLERECONSTRUCTOR_H
2 #define HCALSIMPLERECONSTRUCTOR_H 1
3 
12 
14 
15 
22 class HcalTopology;
23 
25  public:
26  explicit HcalSimpleReconstructor(const edm::ParameterSet& ps);
27  virtual ~HcalSimpleReconstructor();
28  virtual void produce(edm::Event& e, const edm::EventSetup& c) override final;
29  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
30  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
31  private:
32  template<class DIGICOLL, class RECHITCOLL> void process(edm::Event& e, const edm::EventSetup& c);
33  void processUpgrade(edm::Event& e, const edm::EventSetup& c);
36  int subdet_;
39 
40  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
41 
42  // legacy parameters for config-set values compatibility
43  // to be removed after 4_2_0...
46  bool tsFromDB_;
48  bool upgradeHF_;
49 
50  HcalRecoParams* paramTS; // firstSample & sampleToAdd from DB
52  };
53 
54 #endif
HcalSimpleReconstructor(const edm::ParameterSet &ps)
virtual void beginRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
HcalOtherSubdetector subdetOther_
HcalOtherSubdetector
Definition: HcalAssistant.h:33
void process(edm::Event &e, const edm::EventSetup &c)
virtual void produce(edm::Event &e, const edm::EventSetup &c) overridefinal
Detector
Definition: DetId.h:26
void processUpgrade(edm::Event &e, const edm::EventSetup &c)
Definition: Run.h:36
virtual void endRun(edm::Run const &r, edm::EventSetup const &es) overridefinal