ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace xAOD {
11
31
32} // namespace xAOD
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< short > vertexType
Vertex type.
std::vector< std::vector< float > > neutralWeights
std::vector< std::vector< float > > trackWeights
VertexAuxContainer_v1()
Default constructor.
std::vector< TrackLink_t > trackParticleLinks
std::vector< NeutralLink_t > neutralParticleLinks
std::vector< std::vector< float > > covariance
Vertex covariance matrix.
std::vector< float > x
We store the 3-pos.
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.