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

FastShower::PeakMeanSNHadLateHcalEc1 Class Reference

#include <PeakMeanSNHadLateHcalEc1.h>

Inheritance diagram for FastShower::PeakMeanSNHadLateHcalEc1:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Constructor & Destructor Documentation

FastShower::PeakMeanSNHadLateHcalEc1::PeakMeanSNHadLateHcalEc1   [inline]
 

Definition at line 25 of file PeakMeanSNHadLateHcalEc1.h.

Referenced by clone().

00025 :IFn(),DebugBase("PeakMeanSNHadLateHcalEc1"){}

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 6 of file PeakMeanSNHadLateHcalEc1.cxx.

References FastShower::CoreSamples::cell0(), and FastShower::PolyArgs::cs().

00006                                                                  {
00007     //
00008     return 1.0 - pa.cs()->cell0();
00009   }

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

Implements FastShower::IFn.

Definition at line 11 of file PeakMeanSNHadLateHcalEc1.cxx.

References PeakMeanSNHadLateHcalEc1().

00011                                              {
00012     return new PeakMeanSNHadLateHcalEc1();
00013   }

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