CMS 3D CMS Logo

GaussNoiseProducerFP420.h

Go to the documentation of this file.
00001 #ifndef GaussNoiseProducerFP420_h
00002 #define GaussNoiseProducerFP420_h _ 1
00003 
00004 #include <map>
00005 
00006 class GaussNoiseProducerFP420 {
00007 
00008   public:
00009      
00010       GaussNoiseProducerFP420(){}
00011      ~GaussNoiseProducerFP420(){}
00012 
00013       void generate(int NumberOfchannels, 
00014                     float threshold,
00015                     float noiseRMS, 
00016                     std::map<int,float, std::less<int> >& theMap );
00017 };
00018 
00019 #endif

Generated on Tue Jun 9 17:47:50 2009 for CMSSW by  doxygen 1.5.4