ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticle_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRACKPARTICLE_P2_REC_H
6#define TRACKPARTICLE_P2_REC_H
7
10
12
13namespace Rec
14{
16 {
17 public:
18 TrackParticle_p2() = default;
19
22 std::vector< TPObjRef > m_trackParameters;
23
27
28 unsigned int bitsAndPieces[6]{}; // contains the 6 things below in the same order
29 // unsigned int m_trackParticleOrigin;
30 // // data properties related to the TrackInfo
31 // unsigned int m_fitter;
32 // unsigned int m_particleHypo;
33 // //bitsets
34 // unsigned int m_properties;
35 // unsigned int m_patternRecognition;
36 // unsigned int m_extPatternRecognition;
37
38
40 };
41}
42
43#endif
std::vector< TPObjRef > m_trackParameters
AthenaBarCode_p1 m_abc
TrackParticle_p2()=default
unsigned int bitsAndPieces[6]
ElementLinkInt_p3 m_elVxCandidate
ElementLinkInt_p3 m_originalTrack
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
Gaudi Tools.