![]() |
The Gaudi Framework
v26r3
|
the template specialization for named ranges More...
Public Types | |
| typedef Gaudi::NamedRange_< std::vector< const TYPE * > > | Type |
| the actual return type More... | |
| typedef _GetType< Type >::return_type | return_type |
| typedef Gaudi::NamedRange_< std::vector< const TYPE * > > | Type |
| the actual return type More... | |
| typedef _GetType< Type >::return_type | return_type |
Public Member Functions | |
| template<class COMMON > | |
| return_type | operator() (const COMMON &common, IDataProviderSvc *service, const std::string &location, const bool checkData=true) const |
| the only one essential method More... | |
| return_type | make_range (const typename TYPE::Container *cnt) const |
| return_type | make_range (const typename TYPE::Selection *cnt) const |
| DataObject * | getData (IDataProviderSvc *service, const std::string &location) const |
| get the data form transient store More... | |
| template<class COMMON > | |
| return_type | operator() (const COMMON &common, IDataProviderSvc *service, const std::string &location, const bool checkData=true) const |
| the only one essential method More... | |
| return_type | make_range (const typename TYPE::Container *cnt) const |
| return_type | make_range (const typename TYPE::Selection *cnt) const |
| DataObject * | getData (IDataProviderSvc *service, const std::string &location) const |
| get the data form transient store More... | |
Private Attributes | |
| GetData< Gaudi::Range_< std::vector< const TYPE * > > > | m_range |
| ===================================================================== the actual processor More... | |
the template specialization for named ranges
| typedef _GetType<Type>::return_type Gaudi::Utils::GetData< Gaudi::NamedRange_< std::vector< const TYPE * > > >::return_type |
| typedef _GetType<Type>::return_type Gaudi::Utils::GetData< Gaudi::NamedRange_< std::vector< const TYPE * > > >::return_type |
| typedef Gaudi::NamedRange_<std::vector<const TYPE*> > Gaudi::Utils::GetData< Gaudi::NamedRange_< std::vector< const TYPE * > > >::Type |
| typedef Gaudi::NamedRange_<std::vector<const TYPE*> > Gaudi::Utils::GetData< Gaudi::NamedRange_< std::vector< const TYPE * > > >::Type |
|
inline |
get the data form transient store
| service | pointer to data provider service |
| location | the location |
Definition at line 284 of file GetData.h.
|
inline |
get the data form transient store
| service | pointer to data provider service |
| location | the location |
Definition at line 284 of file GetData.h.
|
inline |
Definition at line 261 of file GetData.h.
|
inline |
Definition at line 261 of file GetData.h.
|
inline |
Definition at line 270 of file GetData.h.
|
inline |
Definition at line 270 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 |
| checkData | whether to check if the pointer is valid before returning it |
Definition at line 250 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 |
| checkData | whether to check if the pointer is valid before returning it |
Definition at line 250 of file GetData.h.
|
private |