![]() |
ATLAS Offline Software
|
#include "StoreGate/WriteDecorHandleKey.h"
#include "StoreGate/WriteDecorHandleKeyArray.h"
#include "StoreGate/WriteDecorHandle.h"
Go to the source code of this file.
Namespaces | |
Muon | |
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store. | |
Typedefs | |
template<typename ContType , typename DataType > | |
using | Muon::DecorHandlePtr_wt = std::unique_ptr< SG::WriteDecorHandle< ContType, DataType > > |
template<typename ContType , typename DataType > | |
using | Muon::DecorHandlePtrVec_t = std::vector< DecorHandlePtr_wt< ContType, DataType > > |
Functions | |
template<typename DataType , typename ContType > | |
DecorHandlePtr_wt< ContType, DataType > | Muon::makeHandle (const EventContext &ctx, const SG::WriteDecorHandleKey< ContType > &key, const DataType defVal={}) |
Returns a unique_ptr with an initialized WriteDecorHandle More... | |
template<typename DataType , typename ContType > | |
DecorHandlePtrVec_t< ContType, DataType > | Muon::makeHandles (const EventContext &ctx, const SG::WriteDecorHandleKeyArray< ContType > &keys, const DataType defVal={}) |