|
| | DataStreamTool (const std::string &type, const std::string &name, const IInterface *parent) |
| | Standard constructor.
|
| |
| virtual | ~DataStreamTool () |
| | Destructor.
|
| |
| virtual StatusCode | initialize () |
| |
| virtual StatusCode | addStream (const std::string &) |
| |
| virtual StatusCode | addStreams (const StreamSpecs &) |
| |
| virtual StatusCode | eraseStream (const std::string &) |
| |
| virtual StatusCode | finalize () |
| |
| virtual StatusCode | initializeStream (EventSelectorDataStream *) |
| | Initialize newly opened stream.
|
| |
| virtual StatusCode | finalizeStream (EventSelectorDataStream *) |
| | Finalize no longer needed stream.
|
| |
| virtual StatusCode | getNextStream (const EventSelectorDataStream *&, size_type &) |
| |
| virtual StatusCode | getPreviousStream (const EventSelectorDataStream *&, size_type &) |
| |
| virtual Streams & | getStreams () |
| |
| virtual EventSelectorDataStream * | lastStream () |
| |
| virtual Streams::iterator | beginOfStreams () |
| |
| virtual Streams::iterator | endOfStreams () |
| |
| virtual EventSelectorDataStream * | getStream (const std::string &) |
| | Retrieve stream by name.
|
| |
| virtual EventSelectorDataStream * | getStream (size_type) |
| |
| virtual size_type | size () |
| |
| virtual StatusCode | clear () |
| |
| | 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.
|
| |
| virtual const std::string & | name () const |
| | Retrieve full identifying name of the concrete tool object.
|
| |
| virtual const std::string & | type () const |
| | Retrieve type (concrete class) of the sub-algtool.
|
| |
| virtual const IInterface * | parent () const |
| | Retrieve parent of the sub-algtool.
|
| |
| virtual StatusCode | configure () |
| |
| virtual StatusCode | start () |
| |
| virtual StatusCode | stop () |
| |
| virtual StatusCode | terminate () |
| |
| virtual StatusCode | reinitialize () |
| |
| virtual StatusCode | restart () |
| |
| virtual Gaudi::StateMachine::State | FSMState () const |
| |
| virtual Gaudi::StateMachine::State | targetFSMState () const |
| |
| virtual StatusCode | sysInitialize () |
| | Initialize AlgTool.
|
| |
| virtual StatusCode | sysStart () |
| | Start AlgTool.
|
| |
| virtual StatusCode | sysStop () |
| | Stop AlgTool.
|
| |
| virtual StatusCode | sysFinalize () |
| | Finalize AlgTool.
|
| |
| virtual StatusCode | sysReinitialize () |
| | Initialize AlgTool.
|
| |
| virtual StatusCode | sysRestart () |
| | Start AlgTool.
|
| |
| virtual StatusCode | setProperty (const Property &p) |
| | Default implementations for IProperty interface.
|
| |
| virtual StatusCode | setProperty (const std::string &s) |
| |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| |
| virtual StatusCode | getProperty (Property *p) const |
| |
| virtual const Property & | getProperty (const std::string &name) const |
| |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| |
virtual const std::vector
< Property * > & | getProperties () const |
| |
| PropertyMgr * | getPropertyMgr () |
| |
| template<class TYPE > |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| | set the property form the value
|
| |
| | AlgTool (const std::string &type, const std::string &name, const IInterface *parent) |
| | Standard Constructor.
|
| |
| ISvcLocator * | serviceLocator () const |
| | Retrieve pointer to service locator.
|
| |
| ISvcLocator * | svcLoc () const |
| | shortcut for the method service locator
|
| |
| IMessageSvc * | msgSvc () const |
| | Retrieve pointer to message service.
|
| |
| IToolSvc * | toolSvc () const |
| | The standard ToolSvc service, Return a pointer to the service if present.
|
| |
| StatusCode | setProperties () |
| | Method for setting declared properties to the values specified in the jobOptions via the job option service.
|
| |
| template<class T > |
| StatusCode | service (const std::string &name, T *&svc, bool createIf=true) const |
| | Access a service by name, creating it if it doesn't already exist.
|
| |
| template<class T > |
| StatusCode | service (const std::string &type, const std::string &name, T *&svc) const |
| | Access a service by name, type creating it if it doesn't already exist.
|
| |
| SmartIF< IService > | service (const std::string &name, const bool createIf=true, const bool quiet=false) const |
| | Return a pointer to the service identified by name (or "type/name")
|
| |
| void | declInterface (const InterfaceID &, void *) |
| | declare interface
|
| |
| template<class T > |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| | Declare the named property.
|
| |
| Property * | declareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const |
| | Declare remote named properties.
|
| |
| IAuditorSvc * | auditorSvc () const |
| | Access the auditor service.
|
| |
| IMonitorSvc * | monitorSvc () const |
| | Access the monitor service.
|
| |
| template<class T > |
| void | declareInfo (const std::string &name, const T &var, const std::string &desc) const |
| | Declare monitoring information.
|
| |
| void | declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const |
| | Declare monitoring information (special case)
|
| |
| virtual | ~extend_interfaces1 () |
| | Virtual destructor.
|
| |
| | DeclareInterfaceID (IDataStreamTool, 2, 0) |
| | InterfaceID.
|
| |
| | DeclareInterfaceID (IAlgTool, 3, 0) |
| | InterfaceID.
|
| |
| virtual | ~IAlgTool () |
| | Virtual destructor.
|
| |
| virtual const std::string & | type () const =0 |
| | The type of an AlgTool, meaning the concrete AlgTool class.
|
| |
| virtual const IInterface * | parent () const =0 |
| | The parent of the concrete AlgTool.
|
| |
| virtual StatusCode | configure ()=0 |
| | Configuration (from OFFLINE to CONFIGURED).
|
| |
| virtual StatusCode | start ()=0 |
| | Start (from INITIALIZED to RUNNING).
|
| |
| virtual StatusCode | stop ()=0 |
| | Stop (from RUNNING to INITIALIZED).
|
| |
| virtual StatusCode | terminate ()=0 |
| | Initialization (from CONFIGURED to OFFLINE).
|
| |
| virtual StatusCode | reinitialize ()=0 |
| | Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED).
|
| |
| virtual StatusCode | restart ()=0 |
| | Initialization (from RUNNING to RUNNING, via INITIALIZED).
|
| |
| virtual Gaudi::StateMachine::State | FSMState () const =0 |
| | Get the current state.
|
| |
| virtual StatusCode | sysInitialize ()=0 |
| | Initialization of the Tool.
|
| |
| virtual StatusCode | sysStart ()=0 |
| | Initialization of the Tool.
|
| |
| virtual StatusCode | sysStop ()=0 |
| | Initialization of the Tool.
|
| |
| virtual StatusCode | sysFinalize ()=0 |
| | Finalization of the Tool.
|
| |
| virtual StatusCode | sysReinitialize ()=0 |
| | Initialization of the Tool.
|
| |
| virtual StatusCode | sysRestart ()=0 |
| | Initialization of the Tool.
|
| |
| virtual unsigned long | refCount () const =0 |
| | Current number of reference counts.
|
| |
| | DeclareInterfaceID (INamedInterface, 1, 0) |
| | InterfaceID.
|
| |
| virtual const std::string & | name () const =0 |
| | Retrieve the name of the instance.
|
| |
| virtual | ~INamedInterface () |
| | Virtual destructor (always needed for abstract classes).
|
| |
| virtual unsigned long | addRef ()=0 |
| | Increment the reference count of Interface instance.
|
| |
| virtual unsigned long | release ()=0 |
| | Release Interface instance.
|
| |
| virtual | ~IInterface () |
| | Virtual destructor.
|
| |
- Author
- Andres Felipe Osorio Oliveros
-
Marco Clemencic
- Date
- 2006-09-21
Definition at line 29 of file DataStreamTool.h.