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

FastShower::ConstFnOfParticleParameters Class Reference

#include <DummyFnOfParticleParameters.h>

Inheritance diagram for FastShower::ConstFnOfParticleParameters:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

double m_val

Constructor & Destructor Documentation

FastShower::ConstFnOfParticleParameters::ConstFnOfParticleParameters double    val
 

Definition at line 24 of file DummyFnOfParticleParameters.cxx.

Referenced by clone().

00024                                                                     :
00025     m_val(val){}


Member Function Documentation

double FastShower::ConstFnOfParticleParameters::value const ParticleParameters   const [virtual]
 

Implements FastShower::IFnOfParticleParameters.

Definition at line 27 of file DummyFnOfParticleParameters.cxx.

References m_val.

00027                                                                            {
00028     return m_val;
00029   }

IFnOfParticleParameters * FastShower::ConstFnOfParticleParameters::clone   const [virtual]
 

Implements FastShower::IFnOfParticleParameters.

Definition at line 31 of file DummyFnOfParticleParameters.cxx.

References ConstFnOfParticleParameters().

00031                                                                     {
00032     return new ConstFnOfParticleParameters(*this);
00033   }

Member Data Documentation

double FastShower::ConstFnOfParticleParameters::m_val [private]
 

Definition at line 43 of file DummyFnOfParticleParameters.h.

Referenced by value().


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