Public Methods | |
PrintFnValue (const ParticleParameters &pp) | |
Debug - print halo function values. | |
void | operator() (IFnOfParticleParameters *f) |
Private Attributes | |
const ParticleParameters & | m_pp |
|
Debug - print halo function values.
Definition at line 95 of file HaloDepositor.cxx.
00095 :m_pp(pp){} |
|
Definition at line 96 of file HaloDepositor.cxx. References FastShower::IFnOfParticleParameters::value().
00096 { 00097 cout<<( f->value(m_pp) )<<" "; 00098 } |
|
Definition at line 100 of file HaloDepositor.cxx. |