![]() |
The Gaudi Framework
v26r4
|
Public Types | |
| typedef std::vector< const StatEntity * > | Counters |
| the actual type of vector of counters More... | |
| typedef std::vector< IAlgTool * > | Tools |
| typedef std::vector< IService * > | Services |
| typedef std::vector< const StatEntity * > | Counters |
| the actual type of vector of counters More... | |
| typedef std::vector< IAlgTool * > | Tools |
| typedef std::vector< IService * > | Services |
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 More... | |
| static IAlgTool * | tool_ (const GaudiAlgorithm *alg, const std::string &typeAndName, const IInterface *parent=0, const bool create=true) |
| get the tool from GaudiAlgorithm More... | |
| static IInterface * | svc_ (const GaudiAlgorithm *alg, const std::string &name, const bool create=false) |
| get the service from GaudiAlgorithm More... | |
| static DataObject * | get_ (const GaudiAlgorithm *alg, const std::string &location, const bool useRootInTes) |
| get the data from TES More... | |
| static bool | exist (const GaudiAlgorithm *alg, const std::string &location, const bool useRootInTes) |
| get the data from TES More... | |
| static size_t | _counters_a_ (const GaudiAlgorithm *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_t_ (const GaudiTool *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_a_ (const IAlgorithm *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_t_ (const IAlgTool *alg, std::vector< std::string > &names, Counters &out) |
| static const StatEntity * | _counter_a_ (const GaudiAlgorithm *alg, const std::string &name) |
| static const StatEntity * | _counter_t_ (const GaudiTool *alg, const std::string &name) |
| static const StatEntity * | _counter_a_ (const IAlgorithm *alg, const std::string &name) |
| static const StatEntity * | _counter_t_ (const IAlgTool *alg, const std::string &name) |
| static size_t | _tools_a_ (const GaudiAlgorithm *, Tools &tools) |
| static size_t | _tools_t_ (const GaudiTool *, Tools &tools) |
| static size_t | _tools_a_ (const IAlgorithm *, Tools &tools) |
| static size_t | _tools_t_ (const IAlgTool *, Tools &tools) |
| 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 More... | |
| static IAlgTool * | tool_ (const GaudiAlgorithm *alg, const std::string &typeAndName, const IInterface *parent=0, const bool create=true) |
| get the tool from GaudiAlgorithm More... | |
| static IInterface * | svc_ (const GaudiAlgorithm *alg, const std::string &name, const bool create=false) |
| get the service from GaudiAlgorithm More... | |
| static DataObject * | get_ (const GaudiAlgorithm *alg, const std::string &location, const bool useRootInTes) |
| get the data from TES More... | |
| static bool | exist (const GaudiAlgorithm *alg, const std::string &location, const bool useRootInTes) |
| get the data from TES More... | |
| static size_t | _counters_a_ (const GaudiAlgorithm *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_t_ (const GaudiTool *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_a_ (const IAlgorithm *alg, std::vector< std::string > &names, Counters &out) |
| static size_t | _counters_t_ (const IAlgTool *alg, std::vector< std::string > &names, Counters &out) |
| static const StatEntity * | _counter_a_ (const GaudiAlgorithm *alg, const std::string &name) |
| static const StatEntity * | _counter_t_ (const GaudiTool *alg, const std::string &name) |
| static const StatEntity * | _counter_a_ (const IAlgorithm *alg, const std::string &name) |
| static const StatEntity * | _counter_t_ (const IAlgTool *alg, const std::string &name) |
| static size_t | _tools_a_ (const GaudiAlgorithm *, Tools &tools) |
| static size_t | _tools_t_ (const GaudiTool *, Tools &tools) |
| static size_t | _tools_a_ (const IAlgorithm *, Tools &tools) |
| static size_t | _tools_t_ (const IAlgTool *, Tools &tools) |
Definition at line 46 of file AlgDecorators.h.
| typedef std::vector<const StatEntity*> GaudiPython::AlgDecorator::Counters |
the actual type of vector of counters
Definition at line 51 of file AlgDecorators.h.
| typedef std::vector<const StatEntity*> GaudiPython::AlgDecorator::Counters |
the actual type of vector of counters
Definition at line 51 of file AlgDecorators.h.
| typedef std::vector<IService*> GaudiPython::AlgDecorator::Services |
Definition at line 53 of file AlgDecorators.h.
| typedef std::vector<IService*> GaudiPython::AlgDecorator::Services |
Definition at line 53 of file AlgDecorators.h.
| typedef std::vector<IAlgTool*> GaudiPython::AlgDecorator::Tools |
Definition at line 52 of file AlgDecorators.h.
| typedef std::vector<IAlgTool*> GaudiPython::AlgDecorator::Tools |
Definition at line 52 of file AlgDecorators.h.
|
static |
Definition at line 146 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 162 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 154 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 171 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 82 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 120 of file AlgDecorators.cpp.
|
static |
|
static |
|
static |
Definition at line 101 of file AlgDecorators.cpp.
|
static |
Definition at line 133 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 180 of file AlgDecorators.cpp.
|
static |
|
static |
Definition at line 200 of file AlgDecorators.cpp.
|
static |
Definition at line 190 of file AlgDecorators.cpp.
Definition at line 210 of file AlgDecorators.cpp.
|
static |
get the data from TES
| alg | GaudiAlgorithm |
| location | data location in TES |
| useRoonInTes | flag to respect RootInTes |
Definition at line 224 of file AlgDecorators.cpp.
|
static |
get the data from TES
| alg | GaudiAlgorithm |
| location | data location in TES |
| useRoonInTes | flag to respect RootInTes |
|
static |
get the data from TES
| alg | GaudiAlgorithm |
| location | data location in TES |
| useRoonInTes | flag to respect RootInTes |
Definition at line 240 of file AlgDecorators.cpp.
|
static |
get the data from TES
| alg | GaudiAlgorithm |
| location | data location in TES |
| useRoonInTes | flag to respect RootInTes |
|
static |
get the service from GaudiAlgorithm
| alg | GaudiAlgorithm |
| name | service name |
| create | flag to create |
|
static |
get the service from GaudiAlgorithm
| alg | GaudiAlgorithm |
| name | service name |
| create | flag to create |
Definition at line 72 of file AlgDecorators.cpp.
|
static |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm |
| type | tool type |
| name | tool name |
| parent | tool parent |
| create | flag to create |
|
static |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm |
| type | tool type |
| name | tool name |
| parent | tool parent |
| create | flag to create |
Definition at line 38 of file AlgDecorators.cpp.
|
static |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm |
| typeAndName | tool type/name |
| parent | tool parent |
| create | flag to create |
|
static |
get the tool from GaudiAlgorithm
| alg | GaudiAlgorithm |
| typeAndName | tool type/name |
| parent | tool parent |
| create | flag to create |
Definition at line 56 of file AlgDecorators.cpp.