CMS 3D CMS Logo

ZeroSuppressFP420.h
Go to the documentation of this file.
1 #ifndef ZeroSuppressFP420_h
2 #define ZeroSuppressFP420_h
3 
6 
8  public:
9 
10  /* Read the noise in the channels.*/
11  ZeroSuppressFP420(const edm::ParameterSet& conf, float noise);
12  ~ZeroSuppressFP420() override {}
13 
14  /* calculates the lower and high signal thresholds using the noise */
15  void initParams(const edm::ParameterSet& conf_);
16 
18 
20 
21  private:
22  float noiseInAdc;
28 
30  double lowthreshConf;
32 };
33 
34 #endif
ZSuppressFP420::DigitalMapType zeroSuppress(const DigitalMapType &, int) override
edm::ParameterSet conf_
ZeroSuppressFP420(const edm::ParameterSet &conf, float noise)
~ZeroSuppressFP420() override
ZSuppressFP420::DigitalMapType trkFEDclusterizer(const DigitalMapType &, int)
DConverterFP420::DigitalMapType DigitalMapType
void initParams(const edm::ParameterSet &conf_)