CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalHitReconstructor.h
Go to the documentation of this file.
1 #ifndef HCALHITRECONSTRUCTOR_H
2 #define HCALHITRECONSTRUCTOR_H 1
3 
7 
10 
15 
21 
31 
40 class HcalTopology;
41 
43  public:
44  explicit HcalHitReconstructor(const edm::ParameterSet& ps);
45  virtual ~HcalHitReconstructor();
46  virtual void beginRun(edm::Run const&r, edm::EventSetup const & es) override final;
47  virtual void endRun(edm::Run const&r, edm::EventSetup const & es) override final;
48  virtual void produce(edm::Event& e, const edm::EventSetup& c);
49  private:
61 
63  int subdet_;
66  //std::vector<std::string> channelStatusToDrop_;
67  bool correctTiming_; // turn on/off Ken Rossato's algorithm to fix timing
68  bool setNoiseFlags_; // turn on/off basic noise flags
69  bool setHSCPFlags_; // turn on/off HSCP noise flags
70  bool setSaturationFlags_; // turn on/off flag indicating ADC saturation
71  bool setTimingTrustFlags_; // turn on/off HF timing uncertainty flag
72  bool setPulseShapeFlags_; // turn on/off HBHE fit-based noise flags
73  bool dropZSmarkedPassed_; // turn on/off dropping of zero suppression marked and passed digis
74 
76 
77  // legacy parameters for config-set values compatibility
80  bool tsFromDB_;
83 
84 
85  // switch on/off leakage (to pre-sample) correction
87 
88  HcalRecoParams* paramTS; // firstSample & sampleToAdd from DB
89  const HcalFlagHFDigiTimeParams* HFDigiTimeParams; // HF DigiTime parameters
90 
92  };
93 
94 #endif
HcalRecoParams * paramTS
HcalADCSaturationFlag * saturationFlagSetter_
virtual void endRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
HcalOtherSubdetector
Definition: HcalAssistant.h:33
HcalHFStatusBitFromDigis * hfdigibit_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalHitReconstructor(const edm::ParameterSet &ps)
HcalHF_PETalgorithm * hfPET_
HcalHF_S9S1algorithm * hfS9S1_
HBHEPulseShapeFlagSetter * hbhePulseShapeFlagSetter_
virtual void beginRun(edm::Run const &r, edm::EventSetup const &es) overridefinal
Detector
Definition: DetId.h:26
HBHEStatusBitSetter * hbheFlagSetter_
HBHETimeProfileStatusBitSetter * hbheHSCPFlagSetter_
HBHETimingShapedFlagSetter * hbheTimingShapedFlagSetter_
HcalHF_S9S1algorithm * hfS8S1_
HcalOtherSubdetector subdetOther_
HFTimingTrustFlag * HFTimingTrustFlagSetter_
const HcalFlagHFDigiTimeParams * HFDigiTimeParams
Definition: Run.h:36
HcalSimpleRecAlgo reco_