|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <GetData.h>

Public Member Functions | |
| bool | operator() (IDataProviderSvc *service, const std::string &location) const |
| the only one essential method | |
Definition at line 271 of file GetData.h.
| bool Gaudi::Utils::CheckData< TYPE >::operator() | ( | IDataProviderSvc * | service, | |
| const std::string & | location | |||
| ) | const [inline] |
the only one essential method
| common | the actual "worker" | |
| service | pointer to Data Provider Service | |
| location | location of objects in TES |
use Data Provider Service
Definition at line 282 of file GetData.h.
00284 { 00286 SmartDataPtr<TYPE> obj ( service , location ) ; 00287 return !(!obj) ; 00288 }