ATLAS Offline Software
ProtoTrack.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTRACK_ACTSPROTOTRACK__H
6 #define ACTSTRACK_ACTSPROTOTRACK__H
7 
11 
14 namespace ActsTrk{
15  struct ProtoTrack{
17  std::vector<ActsTrk::ATLASUncalibSourceLink> measurements = {};
19  std::unique_ptr<Acts::BoundTrackParameters> parameters = nullptr;
20  };
21 };
22 
23 
24 
25 #endif //ACTSTRACK_ACTSPROTOTRACK__H
UncalibratedMeasurement.h
TrackParameters.h
ActsTrk::ProtoTrack
Definition: ProtoTrack.h:15
ActsTrk::ProtoTrack::measurements
std::vector< ActsTrk::ATLASUncalibSourceLink > measurements
set of measurements assigned to the same pattern
Definition: ProtoTrack.h:17
ActsTrk::ProtoTrack::parameters
std::unique_ptr< Acts::BoundTrackParameters > parameters
estimate of initial track parameters for this pattern
Definition: ProtoTrack.h:19
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34