CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZdcHitReconstructor.h
Go to the documentation of this file.
1 #ifndef ZDCHITRECONSTRUCTOR_H
2 #define ZDCHITRECONSTRUCTOR_H 1
3 
7 
10 
25 
26 class HcalTopology;
27 
36  public:
37  explicit ZdcHitReconstructor(const edm::ParameterSet& ps);
38  virtual ~ZdcHitReconstructor();
39  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
40  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
41  virtual void produce(edm::Event& e, const edm::EventSetup& c) override final;
42  private:
51 
53  int subdet_;
56  //std::vector<std::string> channelStatusToDrop_;
57  bool correctTiming_; // turn on/off Ken Rossato's algorithm to fix timing
58  bool setNoiseFlags_; // turn on/off basic noise flags
59  bool setHSCPFlags_; // turn on/off HSCP noise flags
60  bool setSaturationFlags_; // turn on/off flag indicating ADC saturation
61  bool setTimingTrustFlags_; // turn on/off HF timing uncertainty flag
62 
63  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
64  std::vector<int> AuxTSvec_;
65  // new lowGainEnergy variables
67  double lowGainFrac_;
68 
69  HcalLongRecoParams* myobject; //noiseTS and signalTS from db
71  };
72 
73 #endif
HBHEStatusBitSetter * hbheFlagSetter_
HcalTopology * theTopology
HBHETimeProfileStatusBitSetter * hbheHSCPFlagSetter_
HcalHFStatusBitFromDigis * hfdigibit_
ZdcSimpleRecAlgo reco_
HcalOtherSubdetector
Definition: HcalAssistant.h:33
HcalOtherSubdetector subdetOther_
virtual void beginRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
HcalLongRecoParams * myobject
HcalADCSaturationFlag * saturationFlagSetter_
ZdcHitReconstructor(const edm::ParameterSet &ps)
Detector
Definition: DetId.h:26
std::vector< int > AuxTSvec_
HcalHFStatusBitFromRecHits * hfrechitbit_
HBHETimingShapedFlagSetter * hbheTimingShapedFlagSetter_
virtual void produce(edm::Event &e, const edm::EventSetup &c) overridefinal
virtual void endRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
Definition: Run.h:36
HFTimingTrustFlag * HFTimingTrustFlagSetter_