#include <IDebug.h>
Inheritance diagram for FastShower::IDebug:
Public Types | |
typedef std::vector< const IDebug * > | Cpts |
Public Methods | |
virtual | ~IDebug () |
virtual void | ping (IPinger &) const=0 |
virtual std::string | name () const=0 |
virtual std::string | text () const=0 |
virtual void | bumpStats (double x) const=0 |
virtual void | bumpStats (double x, const ParticleParameters *) const=0 |
virtual void | components (Cpts &) const=0 |
virtual const IFunctionStats * | statistics () const=0 |
virtual void | arm () const=0 |
|
|
|
Definition at line 4 of file IDebug.cxx.
00004 {} |
|
|
|
Implemented in FastShower::DebugBase. Referenced by FastShower::ComplexStatsCollector2::action(), FastShower::ComplexStatsCollector::action(), and FastShower::ParticleParameters::fromIDebug(). |
|
Implemented in FastShower::DebugBase. |
|
Implemented in FastShower::DebugBase. |
|
Referenced by FastShower::ComplexStatsCollector2::action(), FastShower::ComplexStatsCollector::action(), FastShower::ComplexPinger::action(), and FastShower::ComplexArmer::action(). |
|
Implemented in FastShower::DebugBase. Referenced by FastShower::SimpleStatsCollector::action(), FastShower::ComplexStatsCollector2::action(), and FastShower::ComplexStatsCollector::action(). |
|
Implemented in FastShower::DebugBase. Referenced by FastShower::ComplexArmer::action(). |