#include <HadEarlyHcalEcHaloCell11.h>
Inheritance diagram for FastShower::HadEarlyHcalEcHaloCell11:
Private Methods | |
virtual double | value (const ParticleParameters &) const |
virtual IFnOfParticleParameters * | clone () const |
UML: IDistributionClass.unm
Definition at line 25 of file HadEarlyHcalEcHaloCell11.h.
|
Implements FastShower::IFnOfParticleParameters. Definition at line 11 of file HadEarlyHcalEcHaloCell11.cxx. References FastShower::ParticleParameters::energy().
00011 { 00012 double energy = pp.energy(); 00013 return 0.4632*exp(-0.04072*energy) + 0.4570; 00014 } |
|
Implements FastShower::IFnOfParticleParameters. Definition at line 16 of file HadEarlyHcalEcHaloCell11.cxx.
00016 { 00017 return new HadEarlyHcalEcHaloCell11(); 00018 } |