ATLAS Offline Software
Namespaces | Functions
dataVectorAsELV.h File Reference

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>
Include dependency graph for dataVectorAsELV.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Helper to make a vector<EL> from a DataVector.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2016

Definition in file dataVectorAsELV.h.