#include <IConfigurer.h>
Inheritance diagram for FastShower::IConfigurer:
Public Methods | |
virtual | ~IConfigurer () |
virtual IShowerer * | makeShowerer (const std::string &) const=0 |
virtual IFn * | findFn (const std::string &) const=0 |
methods to retrieve the functions | |
virtual IFnOfParticleParameters * | findFnPP (const std::string &) const=0 |
virtual IFnOfParticleParameters2 * | findFnPP2 (const std::string &) const=0 |
virtual IUpdatingGaussian * | findIUG (const std::string &) const=0 |
virtual ISampler * | findSampler (const std::string &) const=0 |
virtual INormaliser * | findNormaliser (const std::string &) const=0 |
virtual IUpdatingGaussian * | makeGaussian (const std::string &) const=0 |
virtual IUpdatingGaussian * | makeUpdatingGaussian0LP (const std::string &) const=0 |
virtual IUpdatingGaussian * | makeUpdatingGaussian01P (const std::string &) const=0 |
virtual IUpdatingGaussian * | makeUpdatingGaussian02P (const std::string &) const=0 |
virtual IProcessedDist * | makeProcessedNormal (const std::string &) const=0 |
virtual IProcessedDist * | makeProcessedFlat (const std::string &) const=0 |
virtual IInTail * | makeIInTail (const std::string &) const=0 |
virtual void | eDepositors (std::vector< IDepositor * > &) const=0 |
virtual void | hDepositors (std::vector< IDepositor * > &) const=0 |
virtual EnergyLimiter * | energyLimiter () const=0 |
|
Definition at line 44 of file IConfigurer.h.
00044 {} |
|
|
|
|
Implemented in FastShower::ConfigurerBase. |
|
|
Implemented in FastShower::ConfigurerBase. |
|
Implemented in FastShower::ConfigurerBase. Referenced by FastShower::Showerer::Showerer(). |
|
Implemented in FastShower::ConfigurerBase. |
|
Implemented in FastShower::ConfigurerBase. |
|
Implemented in FastShower::ConfigurerBase. |
|
Implemented in FastShower::ConfigurerBase. |
|
Implemented in FastShower::ConfigurerBase. Referenced by FastShower::UpdatingGaussian::UpdatingGaussian(), and FastShower::UpdatingGaussianBase::UpdatingGaussianBase(). |
|
|
|
Implemented in FastShower::ConfigurerBase. Referenced by FastShower::Showerer::Showerer(). |
|
Implemented in FastShower::ConfigurerBase. Referenced by FastShower::Showerer::Showerer(). |
|
Implemented in FastShower::ConfigurerBase, FastShower::HadEarlyEcConfigurer, and FastShower::HadLateEcConfigurer. Referenced by FastShower::Showerer::Showerer(). |