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 
14 
22  public:
23  explicit ZdcSimpleReconstructor(const edm::ParameterSet& ps);
24  virtual ~ZdcSimpleReconstructor();
25  virtual void beginRun(edm::Run&r, edm::EventSetup const & es);
26  virtual void endRun(edm::Run&r, edm::EventSetup const & es);
27  virtual void produce(edm::Event& e, const edm::EventSetup& c);
28  private:
31  int subdet_;
34 
35  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
36 
37  HcalLongRecoParams* myobject; //noiseTS and signalTS from db
38  };
39 
40 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalOtherSubdetector subdetOther_
HcalLongRecoParams * myobject
virtual void endRun(edm::Run &r, edm::EventSetup const &es)
ZdcSimpleReconstructor(const edm::ParameterSet &ps)
HcalOtherSubdetector
Definition: HcalAssistant.h:33
virtual void beginRun(edm::Run &r, edm::EventSetup const &es)
Detector
Definition: DetId.h:26
Definition: Run.h:33