Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Typedefs | Functions
DecorUtils.h File Reference
#include "StoreGate/WriteDecorHandleKey.h"
#include "StoreGate/WriteDecorHandleKeyArray.h"
#include "StoreGate/WriteDecorHandle.h"
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

 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
More...
 
template<typename DataType , typename ContType >
DecorHandlePtrVec_t< ContType, DataTypeMuon::makeHandles (const EventContext &ctx, const SG::WriteDecorHandleKeyArray< ContType > &keys, const DataType defVal={})