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

FastShower::HadEarlyHcalEcHaloCell6 Class Reference

fraction of halo deposits less than 1% for halo cell 6 (Ec) More...

#include <HadEarlyHcalEcHaloCell6.h>

Inheritance diagram for FastShower::HadEarlyHcalEcHaloCell6:

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

Collaboration graph
[legend]
List of all members.

Private Methods

virtual double value (const ParticleParameters &) const
virtual IFnOfParticleParametersclone () const

Detailed Description

fraction of halo deposits less than 1% for halo cell 6 (Ec)

UML: IDistributionClass.unm

Definition at line 25 of file HadEarlyHcalEcHaloCell6.h.


Member Function Documentation

double FastShower::HadEarlyHcalEcHaloCell6::value const ParticleParameters   const [private, virtual]
 

Implements FastShower::IFnOfParticleParameters.

Definition at line 11 of file HadEarlyHcalEcHaloCell6.cxx.

References FastShower::ParticleParameters::energy().

00011                                                                          {
00012     double energy = pp.energy();
00013     return 0.4943*exp(-0.03304*energy) + 0.3684;
00014   }

IFnOfParticleParameters * FastShower::HadEarlyHcalEcHaloCell6::clone   const [private, virtual]
 

Implements FastShower::IFnOfParticleParameters.

Definition at line 16 of file HadEarlyHcalEcHaloCell6.cxx.

00016                                                                 {
00017     return new HadEarlyHcalEcHaloCell6();
00018   }

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