CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.*/
12  virtual ~ZeroSuppressFP420() {}
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
edm::ParameterSet conf_
ZeroSuppressFP420(const edm::ParameterSet &conf, float noise)
ZSuppressFP420::DigitalMapType trkFEDclusterizer(const DigitalMapType &, int)
DConverterFP420::DigitalMapType DigitalMapType
ZSuppressFP420::DigitalMapType zeroSuppress(const DigitalMapType &, int)
tuple conf
Definition: dbtoconf.py:185
void initParams(const edm::ParameterSet &conf_)
virtual ~ZeroSuppressFP420()