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

TailFracC0HadEarlyHcalEc3.cxx

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

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