CMS 3D CMS Logo

ZdcHitReconstructor.h
Go to the documentation of this file.
1 #ifndef ZDCHITRECONSTRUCTOR_H
2 #define ZDCHITRECONSTRUCTOR_H 1
3 
7 
10 
24 
27 
28 class HcalTopology;
29 
36  public:
37  explicit ZdcHitReconstructor(const edm::ParameterSet& ps);
38  ~ZdcHitReconstructor() override;
39  void beginRun(edm::Run const&r, edm::EventSetup const & es) final;
40  void endRun(edm::Run const&r, edm::EventSetup const & es) final;
41  void produce(edm::Event& e, const edm::EventSetup& c) final;
42  private:
50 
52  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
void produce(edm::Event &e, const edm::EventSetup &c) final
HcalTopology * theTopology
HBHETimeProfileStatusBitSetter * hbheHSCPFlagSetter_
HcalHFStatusBitFromDigis * hfdigibit_
edm::EDGetTokenT< ZDCDigiCollection > tok_input_hcal
ZdcSimpleRecAlgo reco_
HcalOtherSubdetector
Definition: HcalAssistant.h:32
HcalOtherSubdetector subdetOther_
HcalLongRecoParams * myobject
HcalADCSaturationFlag * saturationFlagSetter_
edm::EDGetTokenT< ZDCDigiCollection > tok_input_castor
ZdcHitReconstructor(const edm::ParameterSet &ps)
Detector
Definition: DetId.h:26
std::vector< int > AuxTSvec_
void endRun(edm::Run const &r, edm::EventSetup const &es) final
HcalHFStatusBitFromRecHits * hfrechitbit_
HBHETimingShapedFlagSetter * hbheTimingShapedFlagSetter_
void beginRun(edm::Run const &r, edm::EventSetup const &es) final
Definition: Run.h:45
HFTimingTrustFlag * HFTimingTrustFlagSetter_