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

FastShower::PeakSigmaSNHadLateHcalEc11 Class Reference

#include <PeakSigmaSNHadLateHcalEc11.h>

Inheritance diagram for FastShower::PeakSigmaSNHadLateHcalEc11:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Constructor & Destructor Documentation

FastShower::PeakSigmaSNHadLateHcalEc11::PeakSigmaSNHadLateHcalEc11   [inline]
 

Definition at line 25 of file PeakSigmaSNHadLateHcalEc11.h.

Referenced by clone().

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

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 6 of file PeakSigmaSNHadLateHcalEc11.cxx.

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

00006                                                                    {
00007 
00008     double energy = pa.pp()->energy();
00009     double fC0 = pa.cs()->cell0();
00010     //
00011     double p1 = -0.1769*std::exp(-0.2193*energy) + 0.02102;
00012     double p2 =  47.66*std::exp(-0.5452*energy) + 0.01397;
00013 
00014     return  p1 + p2*fC0;
00015   }

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

Implements FastShower::IFn.

Definition at line 17 of file PeakSigmaSNHadLateHcalEc11.cxx.

References PeakSigmaSNHadLateHcalEc11().

00017                                                {
00018     return new PeakSigmaSNHadLateHcalEc11();
00019   }

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