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 
12 
14 
17 
18 
24  public:
25  explicit ZdcSimpleReconstructor(const edm::ParameterSet& ps);
26  virtual ~ZdcSimpleReconstructor();
27  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
28  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
29  virtual void produce(edm::Event& e, const edm::EventSetup& c);
30  private:
33  int subdet_;
37 
38  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
39 
40  HcalLongRecoParams* myobject; //noiseTS and signalTS from db
41  };
42 
43 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalOtherSubdetector subdetOther_
HcalLongRecoParams * myobject
edm::EDGetTokenT< ZDCDigiCollection > tok_input_hcal
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
edm::EDGetTokenT< ZDCDigiCollection > tok_input_castor
Detector
Definition: DetId.h:24
Definition: Run.h:43