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  /* Read the noise in the channels.*/
10  ZeroSuppressFP420(const edm::ParameterSet &conf, float noise);
11  ~ZeroSuppressFP420() override {}
12 
13  /* calculates the lower and high signal thresholds using the noise */
14  void initParams(const edm::ParameterSet &conf_);
15 
17 
19 
20 private:
21  float noiseInAdc;
27 
29  double lowthreshConf;
31 };
32 
33 #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
Definition: ZSuppressFP420.h:8
void initParams(const edm::ParameterSet &conf_)