ATLAS Offline Software
|
Helper to make a vector<EL> from a DataVector. More...
#include "AthContainers/AuxVectorData.h"
#include "AthContainers/OwnershipPolicy.h"
#include "AthContainers/exceptions.h"
#include "AthContainers/tools/CurrentEventStore.h"
#include "AthContainersInterfaces/AuxStore_traits.h"
#include "AthLinks/ElementLink.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
template<class DV > | |
void | SG::dataVectorViewAsELV (const std::true_type &, const DV &v, std::vector< ElementLink< DV > > &ret, IProxyDict *store) |
Helper for dataVectorViewAsELV . More... | |
template<class DV > | |
void | SG::dataVectorViewAsELV (const std::false_type &, const DV &, std::vector< ElementLink< DV > > &, IProxyDict *) |
Helper for dataVectorViewAsELV . More... | |
template<class DV > | |
std::vector< ElementLink< DV > > | SG::dataVectorAsELV (const DV &v, IProxyDict *store=0) |
Helper to make a vector<EL> from a DataVector. More... | |