|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
9 #define XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
15 #include "AthLinks/ElementLink.h"
43 std::vector< float >
x;
44 std::vector< float >
y;
45 std::vector< float >
z;
51 typedef std::vector< ElementLink< TrackParticleContainer > >
56 typedef std::vector< ElementLink< NeutralParticleContainer > >
68 #endif // XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
Temporary container used until we have I/O for AuxStoreInternal.
std::vector< std::vector< float > > neutralWeights
std::vector< short > vertexType
Vertex type.
Common base class for the auxiliary containers.
std::vector< float > x
We store the 3-pos.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
std::vector< std::vector< float > > covariance
Vertex covariance matrix.
std::vector< ElementLink< NeutralParticleContainer > > NeutralLink_t
std::vector< float > chiSquared
We store Chi squared and the number of degrees of freedom of the vertex fit as float.
std::vector< std::vector< float > > trackWeights
std::vector< NeutralLink_t > neutralParticleLinks
std::vector< ElementLink< TrackParticleContainer > > TrackLink_t
std::vector< float > numberDoF
SG_BASE(xAOD::VertexAuxContainer_v1, xAOD::AuxContainerBase)
std::vector< TrackLink_t > trackParticleLinks
VertexAuxContainer_v1()
Default constructor.