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

FastShower::PeakSigmaSNEmEcalEc1 Class Reference

#include <PeakSigmaSNEmEcalEc1.h>

Inheritance diagram for FastShower::PeakSigmaSNEmEcalEc1:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Constructor & Destructor Documentation

FastShower::PeakSigmaSNEmEcalEc1::PeakSigmaSNEmEcalEc1   [inline]
 

Definition at line 24 of file PeakSigmaSNEmEcalEc1.h.

Referenced by clone().

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

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 6 of file PeakSigmaSNEmEcalEc1.cxx.

00006                                                           {
00007     //
00008     return 0.01;
00009   }

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

Implements FastShower::IFn.

Definition at line 11 of file PeakSigmaSNEmEcalEc1.cxx.

References PeakSigmaSNEmEcalEc1().

00011                                          {
00012     return new PeakSigmaSNEmEcalEc1();
00013   }

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