|
| virtual void | before (StandardEventType evt, INamedInterface *alg) |
| | The following methods are meant to be implemented by the child class...
|
| |
| virtual void | after (StandardEventType evt, INamedInterface *alg, const StatusCode &sc) |
| |
| virtual void | before (CustomEventTypeRef evt, const std::string &name) |
| |
| virtual void | after (CustomEventTypeRef evt, const std::string &name, const StatusCode &sc) |
| |
| virtual void | handle (const Incident &) |
| | Inform that a new incident has occurred.
|
| |
| virtual StatusCode | initialize () |
| | factory:
|
| |
| virtual StatusCode | finalize () |
| |
| | TimingAuditor (const std::string &name, ISvcLocator *pSvc) |
| | standard constructor
|
| |
| virtual | ~TimingAuditor () |
| | virtual destructor
|
| |
| | extends1 (A1 a1, A2 a2, A3 a3) |
| | Templated constructor with 3 arguments.
|
| |
| | extends1 (A1 a1, A2 a2) |
| | Templated constructor with 2 arguments.
|
| |
| | extends1 (A1 a1) |
| | Templated constructor with 1 argument.
|
| |
| | extends1 () |
| | Default constructor.
|
| |
| virtual void * | i_cast (const InterfaceID &tid) const |
| | Implementation of IInterface::i_cast.
|
| |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp) |
| | Implementation of IInterface::queryInterface.
|
| |
| virtual std::vector< std::string > | getInterfaceNames () const |
| | Implementation of IInterface::getInterfaceNames.
|
| |
| virtual | ~extends1 () |
| | Virtual destructor.
|
| |
| | Auditor (const std::string &name, ISvcLocator *svcloc) |
| | Constructor.
|
| |
| virtual | ~Auditor () |
| | Destructor.
|
| |
| StatusCode | sysInitialize () |
| | Initialization method invoked by the framework.
|
| |
| StatusCode | sysFinalize () |
| | Finalization method invoked by the framework.
|
| |
| virtual void | before (StandardEventType, const std::string &) |
| |
| virtual void | before (CustomEventTypeRef, INamedInterface *) |
| |
| virtual void | after (StandardEventType, const std::string &, const StatusCode &) |
| |
| virtual void | after (CustomEventTypeRef, INamedInterface *, const StatusCode &) |
| |
| virtual void | beforeInitialize (INamedInterface *) |
| |
| virtual void | afterInitialize (INamedInterface *) |
| |
| virtual void | beforeReinitialize (INamedInterface *) |
| |
| virtual void | afterReinitialize (INamedInterface *) |
| |
| virtual void | beforeExecute (INamedInterface *) |
| |
| virtual void | afterExecute (INamedInterface *, const StatusCode &) |
| |
| virtual void | beforeFinalize (INamedInterface *) |
| |
| virtual void | afterFinalize (INamedInterface *) |
| |
| virtual void | beforeBeginRun (INamedInterface *) |
| |
| virtual void | afterBeginRun (INamedInterface *) |
| |
| virtual void | beforeEndRun (INamedInterface *) |
| |
| virtual void | afterEndRun (INamedInterface *) |
| |
| virtual const std::string & | name () const |
| |
| virtual bool | isEnabled () const |
| |
| SmartIF< IMessageSvc > & | msgSvc () const |
| | The standard message service.
|
| |
| int | outputLevel () const |
| | Retrieve the output level of current auditor.
|
| |
| void | setOutputLevel (int level) |
| | Set the output level for current auditor.
|
| |
| SmartIF< ISvcLocator > & | serviceLocator () const |
| | The standard service locator.
|
| |
| template<class T > |
| StatusCode | service (const std::string &name, T *&svc, bool createIf=false) const |
| | Access a service by name, creating it if it doesn't already exist.
|
| |
| virtual StatusCode | setProperty (const Property &p) |
| | Set a value of a property of an auditor.
|
| |
| virtual StatusCode | setProperty (const std::string &s) |
| | Implementation of IProperty::setProperty.
|
| |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| | Implementation of IProperty::setProperty.
|
| |
| virtual StatusCode | getProperty (Property *p) const |
| | Get the value of a property.
|
| |
| virtual const Property & | getProperty (const std::string &name) const |
| | Get the property by name.
|
| |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| | Implementation of IProperty::getProperty.
|
| |
| const std::vector< Property * > & | getProperties () const |
| | Get all properties.
|
| |
| template<class TYPE > |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| | set the property form the value
|
| |
| StatusCode | setProperties () |
| | Set the auditor's properties.
|
| |
| template<class T > |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| | Declare the named property.
|
| |
| virtual | ~extend_interfaces1 () |
| | Virtual destructor.
|
| |
| | DeclareInterfaceID (IIncidentListener, 2, 0) |
| | InterfaceID.
|
| |
| virtual unsigned long | addRef ()=0 |
| | Increment the reference count of Interface instance.
|
| |
| virtual unsigned long | release ()=0 |
| | Release Interface instance.
|
| |
| virtual unsigned long | refCount () const =0 |
| | Current reference count.
|
| |
| virtual | ~IInterface () |
| | Virtual destructor.
|
| |
Simple auditor which uses SequencerTimerTool for ALL algorithms, including the algorithm from main Gaudi "TopAlg" list and algorithms managed by Data-On-Demand Service.
- Author
- Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
- Date
- 2007-01-31
Definition at line 33 of file TimingAuditor.cpp.