![]() |
ATLAS Offline Software
|
#include <RandomProtoTrackCreatorTool.h>
Public Member Functions | |
| RandomProtoTrackCreatorTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~RandomProtoTrackCreatorTool ()=default |
| virtual StatusCode | findProtoTracks (const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks) const override final |
| EF-style pattern recognition to create prototracks. | |
Protected Member Functions | |
| std::unique_ptr< Acts::BoundTrackParameters > | makeDummyParams (const ActsTrk::ATLASUncalibSourceLink &firstPRD) const |
| creates a random, dummy set of parameters Warning: This is not a real parameter estimate. | |
| Amg::Vector3D | getMeasurementPos (const xAOD::UncalibratedMeasurement *theMeas) const |
| get the global position for an uncalibrated measurement - delegates to the specialisation | |
Definition at line 15 of file RandomProtoTrackCreatorTool.h.
| ActsTrk::RandomProtoTrackCreatorTool::RandomProtoTrackCreatorTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 10 of file RandomProtoTrackCreatorTool.cxx.
|
virtualdefault |
|
finaloverridevirtual |
EF-style pattern recognition to create prototracks.
| ctx | Event context |
| pixelContainer | pixel cluster |
| stripContainer | sct cluster |
| foundProtoTracks | vector to hold the found proto tracks - will be populated by the method. Method will not discard existing content |
Definition at line 16 of file RandomProtoTrackCreatorTool.cxx.
|
protected |
get the global position for an uncalibrated measurement - delegates to the specialisation
| theMeas | uncalibrated measurement |
Definition at line 47 of file RandomProtoTrackCreatorTool.cxx.
|
protected |
creates a random, dummy set of parameters Warning: This is not a real parameter estimate.
Should only serve as a placeholder. Use with care
| firstPRD | First hit on our proto track |
Definition at line 57 of file RandomProtoTrackCreatorTool.cxx.