ATLAS Offline Software
Loading...
Searching...
No Matches
DecoratorUtils.h File Reference
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteDecorHandleKey.h"
#include "StoreGate/WriteDecorHandle.h"
#include <string>
#include <vector>
#include <stdexcept>
#include <sstream>
Include dependency graph for DecoratorUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DerivationFramework
 THE reconstruction tool.

Functions

template<class T_Parent, class T_Cont>
void DerivationFramework::createDecoratorKeys (T_Parent &parent, const SG::ReadHandleKey< T_Cont > &container_key, const std::string &prefix, const std::vector< std::string > &decor_names, std::vector< SG::WriteDecorHandleKey< T_Cont > > &decor_out)
template<class T_Cont, class T>
std::vector< SG::WriteDecorHandle< T_Cont, T > > DerivationFramework::createDecorators (const std::vector< SG::WriteDecorHandleKey< T_Cont > > &keys, const EventContext &ctx)