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

TailFracC0HadEarlyHcalEc2.cxx

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

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