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

FastShower::Dummy0 Class Reference

Interface for single value fucntions of ParticleParameters. More...

#include <DummyFn.h>

Inheritance diagram for FastShower::Dummy0:

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

Collaboration graph
[legend]
List of all members.

Private Methods

virtual double value (const PolyArgs &) const
virtual IFnclone () const

Detailed Description

Interface for single value fucntions of ParticleParameters.

UML: IDistributionClass.unm

Definition at line 28 of file DummyFn.h.


Member Function Documentation

double FastShower::Dummy0::value const PolyArgs   const [private, virtual]
 

Implements FastShower::IFn.

Definition at line 5 of file DummyFn.cxx.

00005 {return 0.;}

IFn * FastShower::Dummy0::clone   const [private, virtual]
 

Implements FastShower::IFn.

Definition at line 7 of file DummyFn.cxx.

00007 {return new Dummy0();}

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