#include <IProcessedDist.h>
Inheritance diagram for FastShower::IProcessedDist:
Public Methods | |
virtual | ~IProcessedDist ()=0 |
virtual double | sample () const=0 |
virtual double | sample (const IDistProcessor *) const=0 |
virtual double | sample (double lowLim, double upLim, const IDistProcessor *) const=0 |
truncated distribution | |
virtual IProcessedDist * | clone () const=0 |
make a copy of a condcrete object seen through this interface |
|
Definition at line 3 of file IProcessedDist.cxx.
00003 {} |
|
Implemented in FastShower::IProcessedDistPtr, FastShower::ProcessedFlat, and FastShower::ProcessedNormal. |
|
Implemented in FastShower::IProcessedDistPtr, FastShower::ProcessedFlat, and FastShower::ProcessedNormal. |
|
truncated distribution
Implemented in FastShower::IProcessedDistPtr, FastShower::ProcessedFlat, and FastShower::ProcessedNormal. |
|
make a copy of a condcrete object seen through this interface
Implemented in FastShower::IProcessedDistPtr, FastShower::ProcessedFlat, and FastShower::ProcessedNormal. |