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

FastShower::TailFracSNEmEcalEc2 Class Reference

#include <TailFracSNEmEcalEc2.h>

Inheritance diagram for FastShower::TailFracSNEmEcalEc2:

Inheritance graph
[legend]
Collaboration diagram for FastShower::TailFracSNEmEcalEc2:

Collaboration graph
[legend]
List of all members.

Public Methods

 TailFracSNEmEcalEc2 ()
virtual double value (const PolyArgs &) const
virtual IFnclone () const

Constructor & Destructor Documentation

FastShower::TailFracSNEmEcalEc2::TailFracSNEmEcalEc2   [inline]
 

Definition at line 26 of file TailFracSNEmEcalEc2.h.

Referenced by clone().

00026 :IFn(),DebugBase("TailFracSNEmEcalEc2"){}

Member Function Documentation

double FastShower::TailFracSNEmEcalEc2::value const PolyArgs   const [virtual]
 

Implements FastShower::IFn.

Definition at line 7 of file TailFracSNEmEcalEc2.cxx.

References FastShower::ParticleParameters::energy(), and FastShower::PolyArgs::pp().

00007                                                             {
00008 
00009     double energy  = pa.pp()->energy();
00010     //
00011     return (energy<70.0) ? 0.15 : 0.0;
00012   }

IFn * FastShower::TailFracSNEmEcalEc2::clone   const [virtual]
 

Implements FastShower::IFn.

Definition at line 14 of file TailFracSNEmEcalEc2.cxx.

References TailFracSNEmEcalEc2().

00014                                         {
00015     return new TailFracSNEmEcalEc2();
00016   }

The documentation for this class was generated from the following files:
Generated on Tue Mar 18 11:58:24 2003 for FastShowerUtils by doxygen1.3-rc1