ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODTracking
Root
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):
8
#include "
xAODTracking/versions/VertexAuxContainer_v1.h
"
9
10
namespace
xAOD
{
11
12
VertexAuxContainer_v1::VertexAuxContainer_v1
()
13
:
AuxContainerBase
() {
14
15
AUX_VARIABLE
(
chiSquared
);
16
AUX_VARIABLE
(
numberDoF
);
17
18
AUX_VARIABLE
(
x
);
19
AUX_VARIABLE
(
y
);
20
AUX_VARIABLE
(
z
);
21
22
AUX_VARIABLE
(
covariance
);
23
AUX_VARIABLE
(
vertexType
);
24
25
AUX_VARIABLE
(
trackParticleLinks
);
26
AUX_VARIABLE
(
trackWeights
);
27
28
AUX_VARIABLE
(
neutralParticleLinks
);
29
AUX_VARIABLE
(
neutralWeights
);
30
}
31
32
}
// namespace xAOD
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition
AuxVariable.h:23
VertexAuxContainer_v1.h
xAOD::AuxContainerBase::AuxContainerBase
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Definition
AuxContainerBase.cxx:33
xAOD::VertexAuxContainer_v1::vertexType
std::vector< short > vertexType
Vertex type.
Definition
VertexAuxContainer_v1.h:49
xAOD::VertexAuxContainer_v1::neutralWeights
std::vector< std::vector< float > > neutralWeights
Definition
VertexAuxContainer_v1.h:59
xAOD::VertexAuxContainer_v1::z
std::vector< float > z
Definition
VertexAuxContainer_v1.h:45
xAOD::VertexAuxContainer_v1::trackWeights
std::vector< std::vector< float > > trackWeights
Definition
VertexAuxContainer_v1.h:54
xAOD::VertexAuxContainer_v1::y
std::vector< float > y
Definition
VertexAuxContainer_v1.h:44
xAOD::VertexAuxContainer_v1::VertexAuxContainer_v1
VertexAuxContainer_v1()
Default constructor.
Definition
VertexAuxContainer_v1.cxx:12
xAOD::VertexAuxContainer_v1::trackParticleLinks
std::vector< TrackLink_t > trackParticleLinks
Definition
VertexAuxContainer_v1.h:53
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::covariance
std::vector< std::vector< float > > covariance
Vertex covariance matrix.
Definition
VertexAuxContainer_v1.h:47
xAOD::VertexAuxContainer_v1::x
std::vector< float > x
We store the 3-pos.
Definition
VertexAuxContainer_v1.h:43
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
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
Generated on
for ATLAS Offline Software by
1.17.0