CMS 3D CMS Logo

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  ~ZdcSimpleReconstructor() override;
27  void beginRun(edm::Run const&r, edm::EventSetup const & es) final;
28  void endRun(edm::Run const&r, edm::EventSetup const & es) final;
29  void produce(edm::Event& e, const edm::EventSetup& c) override;
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
HcalOtherSubdetector subdetOther_
void endRun(edm::Run const &r, edm::EventSetup const &es) final
HcalLongRecoParams * myobject
void produce(edm::Event &e, const edm::EventSetup &c) override
edm::EDGetTokenT< ZDCDigiCollection > tok_input_hcal
ZdcSimpleReconstructor(const edm::ParameterSet &ps)
HcalOtherSubdetector
Definition: HcalAssistant.h:32
edm::EDGetTokenT< ZDCDigiCollection > tok_input_castor
void beginRun(edm::Run const &r, edm::EventSetup const &es) final
Detector
Definition: DetId.h:24
Definition: Run.h:43