ATLAS Offline Software
Loading...
Searching...
No Matches
DecorUtils.h File Reference
Include dependency graph for DecorUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  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, DataTypeMuon::makeHandle (const EventContext &ctx, const SG::WriteDecorHandleKey< ContType > &key, const DataType defVal={})
 Returns a unique_ptr with an initialized WriteDecorHandle.
template<typename DataType, typename ContType>
DecorHandlePtrVec_t< ContType, DataTypeMuon::makeHandles (const EventContext &ctx, const SG::WriteDecorHandleKeyArray< ContType > &keys, const DataType defVal={})