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

TailFracANHadEarlyHcalEc13.cxx

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

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