Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

PeakMeanS0HadEarlyEcalBar12.cxx

Go to the documentation of this file.
00001 #include "FastShowerUtils/Samplers/PeakMeanS0HadEarlyEcalBar12.h"
00002 #include "FastShowerUtils/PolyArgs.h"
00003 
00004 #include <cmath>
00005 namespace FastShower{
00006 
00007   double PeakMeanS0HadEarlyEcalBar12::value(const PolyArgs&) const {
00008     return  0.02;
00009   }
00010   //
00011   IFn* PeakMeanS0HadEarlyEcalBar12::clone() const {
00012     return new PeakMeanS0HadEarlyEcalBar12();
00013   }
00014 }//namespace
00015 
00016 

Generated on Tue Mar 18 11:50:02 2003 for FastShowerUtils by doxygen1.3-rc1