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

FastShower::PrintFnValue Class Reference

Collaboration diagram for FastShower::PrintFnValue:

Collaboration graph
[legend]
List of all members.

Public Methods

 PrintFnValue (const ParticleParameters &pp)
 Debug - print halo function values.

void operator() (IFnOfParticleParameters *f)

Private Attributes

const ParticleParametersm_pp

Constructor & Destructor Documentation

FastShower::PrintFnValue::PrintFnValue const ParticleParameters   pp [inline]
 

Debug - print halo function values.

Definition at line 95 of file HaloDepositor.cxx.

00095 :m_pp(pp){}

Member Function Documentation

void FastShower::PrintFnValue::operator() IFnOfParticleParameters   f [inline]
 

Definition at line 96 of file HaloDepositor.cxx.

References FastShower::IFnOfParticleParameters::value().

00096                                                {
00097       cout<<( f->value(m_pp) )<<" ";
00098     }

Member Data Documentation

const ParticleParameters& FastShower::PrintFnValue::m_pp [private]
 

Definition at line 100 of file HaloDepositor.cxx.


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