|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Helper structure for implementation of "exists"-functions for GaudiCommon<BASE> More...
#include <GetData.h>

Public Member Functions | |
| bool | operator() (IDataProviderSvc *service, const std::string &location) const |
| the only one essential method | |
Helper structure for implementation of "exists"-functions for GaudiCommon<BASE>
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.
{
SmartDataPtr<TYPE> obj ( service , location ) ;
return !(!obj) ;
}