![]() |
The Gaudi Framework
v25r3
|
Helper structure for implementation of "get"-functions for GaudiCommon<BASE> More...
#include <GaudiAlg/GaudiCommon.h>
Public Types | |
typedef TYPE | Type |
typedef _GetType< Type > ::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 bool checkData=true) const |
the only one essential method More... | |
Helper structure for implementation of "get"-functions for GaudiCommon<BASE>
Definition at line 36 of file GaudiCommon.h.
typedef _GetType<Type>::return_type Gaudi::Utils::GetData< TYPE >::return_type |
typedef TYPE Gaudi::Utils::GetData< TYPE >::Type |
|
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 100 of file GetData.h.