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

FastShower::PeakSigmaSNEmEcalBar1 Class Reference

#include <PeakSigmaSNEmEcalBar1.h>

Inheritance diagram for FastShower::PeakSigmaSNEmEcalBar1:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Constructor & Destructor Documentation

FastShower::PeakSigmaSNEmEcalBar1::PeakSigmaSNEmEcalBar1   [inline]
 

Definition at line 24 of file PeakSigmaSNEmEcalBar1.h.

Referenced by clone().

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

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 6 of file PeakSigmaSNEmEcalBar1.cxx.

00006                                                            {
00007     //
00008     return 0.01;
00009   }

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

Implements FastShower::IFn.

Definition at line 11 of file PeakSigmaSNEmEcalBar1.cxx.

References PeakSigmaSNEmEcalBar1().

00011                                           {
00012     return new PeakSigmaSNEmEcalBar1();
00013   }

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