ATLAS Offline Software
Loading...
Searching...
No Matches
VertexAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: VertexAuxContainer_v1.h 575751 2013-12-16 16:45:36Z krasznaa $
8#ifndef XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
9#define XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13
14// EDM include(s):
15#include "AthLinks/ElementLink.h"
17
18// xAOD include(s):
21
22namespace xAOD {
23
33
34 public:
37
38 private:
40 std::vector< float > chiSquared;
41 std::vector< float > numberDoF;
43 std::vector< float > x;
44 std::vector< float > y;
45 std::vector< float > z;
47 std::vector< std::vector< float > > covariance;
49 std::vector< short > vertexType;
50
51 typedef std::vector< ElementLink< TrackParticleContainer > >
53 std::vector< TrackLink_t > trackParticleLinks;
54 std::vector< std::vector< float > > trackWeights;
55
56 typedef std::vector< ElementLink< NeutralParticleContainer > >
58 std::vector< NeutralLink_t > neutralParticleLinks;
59 std::vector< std::vector< float > > neutralWeights;
60
61 }; // class VertexAuxContainer_v1
62
63} // namespace xAOD
64
65#include "xAODCore/BaseInfo.h"
67
68#endif // XAODTRACKING_VERSIONS_VERTEXAUXCONTAINER_V1_H
#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< 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.