ATLAS Offline Software
|
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteDecorHandleKey.h"
#include "StoreGate/WriteDecorHandle.h"
#include <string>
#include <vector>
#include <stdexcept>
#include <sstream>
Go to the source code of this file.
Namespaces | |
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) |