![]() |
The Gaudi Framework
v26r3
|
Public Types | |
| typedef Getter::Type | Type |
| typedef Getter::return_type | return_type |
| the actual return type More... | |
| typedef Getter::Type | Type |
| typedef Getter::return_type | return_type |
| the actual return type More... | |
Public Member Functions | |
| template<class COMMON > | |
| return_type | operator() (const COMMON &common, IDataProviderSvc *service, const std::string &location, const std::string &location2) const |
| the only one essential method More... | |
| template<class COMMON > | |
| return_type | operator() (const COMMON &common, IDataProviderSvc *service, const std::string &location, const std::string &location2) const |
| the only one essential method More... | |
Private Types | |
| typedef Gaudi::NamedRange_< std::vector< const TYPE * > > | Range |
| typedef Gaudi::Range_< std::vector< const TYPE * > > | Range_ |
| typedef GetOrCreateData< Range_, TYPE2 > | Helper |
| typedef GetData< Range > | Getter |
| the actual data getter More... | |
| typedef Gaudi::NamedRange_< std::vector< const TYPE * > > | Range |
| typedef Gaudi::Range_< std::vector< const TYPE * > > | Range_ |
| typedef GetOrCreateData< Range_, TYPE2 > | Helper |
| typedef GetData< Range > | Getter |
| the actual data getter More... | |
Private Attributes | |
| Helper | m_range |
| the actual data getter More... | |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| typedef Getter::return_type Gaudi::Utils::GetOrCreateData< Gaudi::NamedRange_< std::vector< const TYPE * > >, TYPE2 >::return_type |
| typedef Getter::return_type Gaudi::Utils::GetOrCreateData< Gaudi::NamedRange_< std::vector< const TYPE * > >, TYPE2 >::return_type |
| typedef Getter::Type Gaudi::Utils::GetOrCreateData< Gaudi::NamedRange_< std::vector< const TYPE * > >, TYPE2 >::Type |
| typedef Getter::Type Gaudi::Utils::GetOrCreateData< Gaudi::NamedRange_< std::vector< const TYPE * > >, TYPE2 >::Type |
|
inline |
the only one essential method
| common | the actual "worker" |
| service | pointer to Data Provider Service |
| location | location of objects in TES |
Definition at line 540 of file GetData.h.
|
inline |
the only one essential method
| common | the actual "worker" |
| service | pointer to Data Provider Service |
| location | location of objects in TES |
Definition at line 540 of file GetData.h.
|
private |