ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleBase_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5//-----------------------------------------------------------------------------
6//
7// file: TrackParticleBase_p1.h
8// author: Andreas Wildauer
9//
10//-----------------------------------------------------------------------------
11
12#ifndef TRACKPARTICLEBASE_P1_TRK_H
13#define TRACKPARTICLEBASE_P1_TRK_H
14
19
20namespace Trk
21{
23 {
24 public:
29
32
35
36 std::vector< TPObjRef > m_trackParameters; // mutable std::vector<const Trk::ParametersBase*>
37
39
40 TPObjRef m_trackSummary; // const Trk::TrackSummary*
41 TPObjRef m_fitQuality; // const Trk::FitQuality*
42
43 // data properties related to the TrackInfo
44 unsigned int m_fitter;
45 unsigned int m_particleHypo;
46
47 //bitsets
48 unsigned int m_properties;
51 };
52}
53
54#endif // TRACKPARTICLEBASE_P1_TRK_H
This file contains the class definition for the ElementLinkContNames_p2 class.
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
ElementLinkContNames_p2 m_originalTrackNames
std::vector< TPObjRef > m_trackParameters
ElementLinkContNames_p2 m_elVxCandidateNames
Ensure that the ATLAS eigen extensions are properly loaded.