#include <AlgDecorators.h>
Static Public Member Functions | |
| static IAlgTool * | tool_ (const GaudiAlgorithm *alg, const std::string &type, const std::string &name, const IInterface *parent=0, const bool create=true) |
| get the tool from GaudiAlgorithm | |
| static IAlgTool * | tool_ (const GaudiAlgorithm *alg, const std::string &typeAndName, const IInterface *parent=0, const bool create=true) |
| get the tool from GaudiAlgorithm | |
| static IInterface * | svc_ (const GaudiAlgorithm *alg, const std::string &name, const bool create=false) |
| get the service from GaudiAlgorithm | |
Definition at line 44 of file AlgDecorators.h.
| static IAlgTool* GaudiPython::AlgDecorator::tool_ | ( | const GaudiAlgorithm * | alg, | |
| const std::string & | type, | |||
| const std::string & | name, | |||
| const IInterface * | parent = 0, |
|||
| const bool | create = true | |||
| ) | [static] |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm | |
| type | tool type | |
| name | tool name | |
| parent | tool parent | |
| create | flag to create |
| static IAlgTool* GaudiPython::AlgDecorator::tool_ | ( | const GaudiAlgorithm * | alg, | |
| const std::string & | typeAndName, | |||
| const IInterface * | parent = 0, |
|||
| const bool | create = true | |||
| ) | [static] |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm | |
| typeAndName | tool type/name | |
| parent | tool parent | |
| create | flag to create |
| static IInterface* GaudiPython::AlgDecorator::svc_ | ( | const GaudiAlgorithm * | alg, | |
| const std::string & | name, | |||
| const bool | create = false | |||
| ) | [static] |
get the service from GaudiAlgorithm
| alg | GaudiAlgorithm | |
| name | service name | |
| create | flag to create |
1.4.7