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

FastShower::PeakSigmaSNHadLateHcalBar11 Class Reference

#include <PeakSigmaSNHadLateHcalBar11.h>

Inheritance diagram for FastShower::PeakSigmaSNHadLateHcalBar11:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Constructor & Destructor Documentation

FastShower::PeakSigmaSNHadLateHcalBar11::PeakSigmaSNHadLateHcalBar11   [inline]
 

Definition at line 25 of file PeakSigmaSNHadLateHcalBar11.h.

Referenced by clone().

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

Member Function Documentation

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

Implements FastShower::IFn.

Definition at line 6 of file PeakSigmaSNHadLateHcalBar11.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.9653*std::exp(-0.1830*energy) + 0.00009257;
00012     double p2 = -25.72*std::exp(-0.5175*energy) + 0.002491;
00013 
00014     return  p1 + p2*fC0;
00015   }

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

Implements FastShower::IFn.

Definition at line 17 of file PeakSigmaSNHadLateHcalBar11.cxx.

References PeakSigmaSNHadLateHcalBar11().

00017                                                 {
00018     return new PeakSigmaSNHadLateHcalBar11();
00019   }

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