|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <GetData.h>

Public Member Functions | |
| bool | operator() (IDataProviderSvc *service, const std::string &location) const |
| the only one essential method | |
Definition at line 291 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 302 of file GetData.h.
00304 { 00306 SmartDataPtr<TYPE> obj ( service , location ) ; 00307 return !(!obj) ; 00308 }