CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GaussNoiseProducerFP420.h
Go to the documentation of this file.
1 #ifndef GaussNoiseProducerFP420_h
2 #define GaussNoiseProducerFP420_h _ 1
3 
4 #include <map>
5 
7 
8  public:
9 
12 
13  void generate(int NumberOfchannels,
14  float threshold,
15  float noiseRMS,
16  std::map<int,float, std::less<int> >& theMap );
17 };
18 
19 #endif
void generate(int NumberOfchannels, float threshold, float noiseRMS, std::map< int, float, std::less< int > > &theMap)