ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticle_p3.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_P3_REC_H
6#define TRACKPARTICLE_P3_REC_H
7
10
12
13namespace Rec
14{
16 {
17 public:
18 TrackParticle_p3() = default;
19
22 std::vector< TPObjRef > m_trackParameters;
23
27
38 unsigned int bitsAndPieces[6]{}; // contains the 6 things below in the same order
39
40
41
43 };
44}
45
46#endif
std::vector< TPObjRef > m_trackParameters
ElementLinkInt_p3 m_originalTrack
unsigned int bitsAndPieces[6]
bitsAndPieces contains the following: unsigned int m_trackParticleOrigin; Data properties related to ...
ElementLinkInt_p3 m_elVxCandidate
TrackParticle_p3()=default
AthenaBarCode_p1 m_abc
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
Gaudi Tools.