![]() |
ATLAS Offline Software
|
Handle class for reading a decoration on an object. More...
#include "StoreGate/ReadDecorHandleKey.h"#include "StoreGate/ReadHandle.h"#include "StoreGate/DecorKeyHelpers.h"#include "AthContainers/AuxElement.h"#include "GaudiKernel/EventContext.h"#include <type_traits>#include "StoreGate/ReadDecorHandle.icc"Go to the source code of this file.
Classes | |
| class | SG::ReadDecorHandle< T, D > |
| Handle class for reading a decoration on an object. More... | |
Namespaces | |
| namespace | SG |
| Forward declaration. | |
Functions | |
| template<class D, class T> | |
| ReadDecorHandle< T, D > | SG::makeHandle (const ReadDecorHandleKey< T > &key) |
Return a ReadDecorHandle referencing key. | |
| template<class D, class T> | |
| ReadDecorHandle< T, D > | SG::makeHandle (const ReadDecorHandleKey< T > &key, const EventContext &ctx) |
Return a ReadDecorHandle referencing key for an explicit context. | |
| template<class T> | |
| void | SG::makeHandle (const ReadDecorHandleKey< T > &key) |
These two signatures are to catch cases where the explicit template argument is omitted from the makeHandle call and give an error tailored to that. | |
| template<class T> | |
| void | SG::makeHandle (const ReadDecorHandleKey< T > &key, const EventContext &ctx) |
Handle class for reading a decoration on an object.
Definition in file StoreGate/StoreGate/ReadDecorHandle.h.