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

TailFracC0HadEarlyHcalEc1.cxx

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

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