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

FastShower::TailFracC0HadEarlyEcalEc1 Class Reference

Interface for single value fucntions of PolyArgs. More...

#include <TailFracC0HadEarlyEcalEc1.h>

Inheritance diagram for FastShower::TailFracC0HadEarlyEcalEc1:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

Interface for single value fucntions of PolyArgs.

UML: IDistributionClass.unm

Definition at line 22 of file TailFracC0HadEarlyEcalEc1.h.


Constructor & Destructor Documentation

FastShower::TailFracC0HadEarlyEcalEc1::TailFracC0HadEarlyEcalEc1   [inline]
 

Definition at line 24 of file TailFracC0HadEarlyEcalEc1.h.

Referenced by clone().

00024 :IFn(),DebugBase("TailFracC0HadEarlyEcalEc1"){}

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 7 of file TailFracC0HadEarlyEcalEc1.cxx.

00007                                                                {
00008     return  0.03;
00009   }

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

Implements FastShower::IFn.

Definition at line 11 of file TailFracC0HadEarlyEcalEc1.cxx.

References TailFracC0HadEarlyEcalEc1().

00011                                               {
00012     return new TailFracC0HadEarlyEcalEc1();
00013   }

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