ATLAS Offline Software
VertexAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: VertexAuxContainer_v1.cxx 575751 2013-12-16 16:45:36Z krasznaa $
6 
7 // Local include(s):
9 
10 namespace xAOD {
11 
13  : AuxContainerBase() {
14 
17 
18  AUX_VARIABLE( x );
19  AUX_VARIABLE( y );
20  AUX_VARIABLE( z );
21 
24 
27 
30  }
31 
32 } // namespace xAOD
xAOD::VertexAuxContainer_v1::neutralWeights
std::vector< std::vector< float > > neutralWeights
Definition: VertexAuxContainer_v1.h:59
xAOD::VertexAuxContainer_v1::vertexType
std::vector< short > vertexType
Vertex type.
Definition: VertexAuxContainer_v1.h:49
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD::VertexAuxContainer_v1::x
std::vector< float > x
We store the 3-pos.
Definition: VertexAuxContainer_v1.h:43
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::VertexAuxContainer_v1::covariance
std::vector< std::vector< float > > covariance
Vertex covariance matrix.
Definition: VertexAuxContainer_v1.h:47
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:22
xAOD::VertexAuxContainer_v1::chiSquared
std::vector< float > chiSquared
We store Chi squared and the number of degrees of freedom of the vertex fit as float.
Definition: VertexAuxContainer_v1.h:40
xAOD::VertexAuxContainer_v1::trackWeights
std::vector< std::vector< float > > trackWeights
Definition: VertexAuxContainer_v1.h:54
xAOD::VertexAuxContainer_v1::neutralParticleLinks
std::vector< NeutralLink_t > neutralParticleLinks
Definition: VertexAuxContainer_v1.h:58
xAOD::VertexAuxContainer_v1::numberDoF
std::vector< float > numberDoF
Definition: VertexAuxContainer_v1.h:41
xAOD::VertexAuxContainer_v1::z
std::vector< float > z
Definition: VertexAuxContainer_v1.h:45
xAOD::VertexAuxContainer_v1::y
std::vector< float > y
Definition: VertexAuxContainer_v1.h:44
xAOD::VertexAuxContainer_v1::trackParticleLinks
std::vector< TrackLink_t > trackParticleLinks
Definition: VertexAuxContainer_v1.h:53
VertexAuxContainer_v1.h
xAOD::VertexAuxContainer_v1::VertexAuxContainer_v1
VertexAuxContainer_v1()
Default constructor.
Definition: VertexAuxContainer_v1.cxx:12