CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 public:
10 
11  void generate(int NumberOfchannels, float threshold, float noiseRMS, std::map<int, float, std::less<int>> &theMap);
12 };
13 
14 #endif
void generate(int NumberOfchannels, float threshold, float noiseRMS, std::map< int, float, std::less< int >> &theMap)