CMS 3D CMS Logo

HBHENegativeFlag.h
Go to the documentation of this file.
1 #ifndef HBHENegativeFlag_H
2 #define HBHENegativeFlag_H
3 
4 //---------------------------------------------------------------------------
5 // Negative filter algorithms for HBHE noise flagging
6 //---------------------------------------------------------------------------
7 
13 
15 public:
16  inline HBHENegativeFlagSetter() : filter_(nullptr) {}
17 
18  inline void configFilter(const HBHENegativeEFilter* f) { filter_ = f; }
19 
21  const HBHEDataFrame& digi,
22  const HcalCoder& coder,
23  const HcalCalibrations& calib);
24 
25 private:
27 };
28 
29 #endif
void configFilter(const HBHENegativeEFilter *f)
const HBHENegativeEFilter * filter_
double f[11][100]
void setPulseShapeFlags(HBHERecHit &hbhe, const HBHEDataFrame &digi, const HcalCoder &coder, const HcalCalibrations &calib)