The Gaudi Framework  master (594c33fa)
Gaudi::Utils::CheckData< TYPE > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiAlg/include/GaudiAlg/GetData.h>

Inheritance diagram for Gaudi::Utils::CheckData< TYPE >:

Public Member Functions

bool operator() (IDataProviderSvc *service, std::string_view location) const
 the only one essential method More...
 

Detailed Description

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 318 of file GetData.h.

Member Function Documentation

◆ operator()()

template<class TYPE >
bool Gaudi::Utils::CheckData< TYPE >::operator() ( IDataProviderSvc service,
std::string_view  location 
) const
inline

the only one essential method

Parameters
commonthe actual "worker"
servicepointer to Data Provider Service
locationlocation of objects in TES
Returns
true for valid data

use Data Provider Service

Definition at line 327 of file GetData.h.

327  {
329  return getFromTS<TYPE>( service, location );
330  }

The documentation for this struct was generated from the following file:
GaudiAlg.HistoUtils.location
location
Definition: HistoUtils.py:964