![]() |
ATLAS Offline Software
|
#include "AthContainers/AuxElement.h"#include "StoreGate/WriteDecorHandleKey.h"#include "StoreGate/WriteDecorHandle.h"#include "StoreGate/ReadDecorHandleKey.h"#include "StoreGate/ReadDecorHandle.h"#include "GaudiKernel/EventContext.h"#include <iostream>#include <utility>#include <vector>#include <cstdlib>Go to the source code of this file.
Namespaces | |
| namespace | ActsTrk |
| The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.). | |
Functions | |
| template<class T_Cont, class T> | |
| std::vector< SG::WriteDecorHandle< T_Cont, T > > | ActsTrk::createDecorators (const std::vector< SG::WriteDecorHandleKey< T_Cont > > &keys, const EventContext &ctx) |
| template<class T_Parent, class T_Cont> | |
| void | ActsTrk::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) |