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 > >
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Temporary container used until we have I/O for AuxStoreInternal.
std::vector< short > vertexType
Vertex type.
std::vector< std::vector< float > > neutralWeights
std::vector< std::vector< float > > trackWeights
std::vector< ElementLink< TrackParticleContainer > > TrackLink_t
VertexAuxContainer_v1()
Default constructor.
std::vector< TrackLink_t > trackParticleLinks
std::vector< NeutralLink_t > neutralParticleLinks
std::vector< float > numberDoF
std::vector< std::vector< float > > covariance
Vertex covariance matrix.
std::vector< float > x
We store the 3-pos.
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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.