Helper structure for implementation of "exists"-functions for GaudiCommon<BASE>
More...
#include <GetData.h>
template<class TYPE>
struct Gaudi::Utils::CheckData< TYPE >
Helper structure for implementation of "exists"-functions for GaudiCommon<BASE>
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
- Date
- 2008-07-22
Definition at line 316 of file GetData.h.
the only one essential method
- Parameters
-
| common | the actual "worker" |
| service | pointer to Data Provider Service |
| location | location of objects in TES |
- Returns
- true for valid data
use Data Provider Service
Definition at line 327 of file GetData.h.
{
return getFromTS<TYPE>(service, location);
}
The documentation for this struct was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v24r2/GaudiAlg/GaudiAlg/GetData.h