CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZdcSimpleReconstructor.h
Go to the documentation of this file.
1 #ifndef ZDCSIMPLERECONSTRUCTOR_H
2 #define ZDCSIMPLERECONSTRUCTOR_H 1
3 
11 
13 
16 
17 
23  public:
24  explicit ZdcSimpleReconstructor(const edm::ParameterSet& ps);
25  virtual ~ZdcSimpleReconstructor();
26  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
27  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
28  virtual void produce(edm::Event& e, const edm::EventSetup& c);
29  private:
32  int subdet_;
35 
36  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
37 
38  HcalLongRecoParams* myobject; //noiseTS and signalTS from db
39  };
40 
41 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalOtherSubdetector subdetOther_
HcalLongRecoParams * myobject
virtual void endRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
ZdcSimpleReconstructor(const edm::ParameterSet &ps)
virtual void beginRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
HcalOtherSubdetector
Definition: HcalAssistant.h:32
Detector
Definition: DetId.h:24
edm::EDGetTokenT< ZDCDigiCollection > tok_input_
Definition: Run.h:43