![]() |
ATLAS Offline Software
|
#include "AthenaKernel/getMessageSvc.h"
#include "AthenaKernel/CondCont.h"
#include "AthenaKernel/IOVEntryT.h"
#include "AthenaKernel/ExtendedEventContext.h"
#include "StoreGate/ReadHandle.h"
#include "StoreGate/ReadCondHandleKey.h"
#include "StoreGate/exceptions.h"
#include "PersistentDataModel/AthenaAttributeList.h"
#include "CxxUtils/AthUnlikelyMacros.h"
#include "GaudiKernel/DataHandle.h"
#include "GaudiKernel/DataObjID.h"
#include "GaudiKernel/EventIDBase.h"
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include <string>
#include <stdexcept>
#include <any>
Go to the source code of this file.
Classes | |
class | SG::ReadCondHandle< T > |
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
void | SG::ReadCondHandleNotFound (const CondContBase &cc, const EventIDBase &eid, const std::string &key) |
Report a conditions container lookup failure. More... | |
template<class T > | |
SG::ReadCondHandle< T > | SG::makeHandle (const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext()) |
template<class T > | |
const T * | SG::get (const ReadCondHandleKey< T > &key, const EventContext &ctx) |
Convenience function to retrieve an object given a ReadCondHandleKey . More... | |
template<class T > | |
StatusCode | SG::get (const T *&ptr, const ReadCondHandleKey< T > &key, const EventContext &ctx) |
Convenience function to retrieve an object given a ReadCondHandleKey . More... | |