![]() |
ATLAS Offline Software
|
#include <DummySeedFinder.h>
Public Member Functions | |
| DummySeedFinder (const std::string &t, const std::string &n, const IInterface *p) | |
| virtual | ~DummySeedFinder () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual Amg::Vector3D | findSeed (const std::vector< const Trk::Track * > &vectorTrk, const xAOD::Vertex *constraint=0) const override final |
| virtual Amg::Vector3D | findSeed (const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex *constraint=0) const override final |
| Interface for MeasuredPerigee with starting point. | |
| virtual std::vector< Amg::Vector3D > | findMultiSeeds (const std::vector< const Trk::Track * > &vectorTrk, const xAOD::Vertex *constraint=0) const override final |
| virtual std::vector< Amg::Vector3D > | findMultiSeeds (const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex *constraint=0) const override final |
| virtual Amg::Vector3D | findSeed (const double, const double, const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex *constraint=0) const |
| Finds a linearization point out of a vector of TrackParameters and returns it as an Amg::Vector3D object. | |
| virtual Amg::Vector3D | findSeed (const double, const double, std::unique_ptr< Trk::IMode3dInfo > &, const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex *constraint=0) const |
| Finds a linearization point out of a vector of TrackParameters and returns it as an Amg::Vector3D object. | |
Definition at line 28 of file DummySeedFinder.h.
| Trk::DummySeedFinder::DummySeedFinder | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 19 of file DummySeedFinder.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 36 of file DummySeedFinder.cxx.
|
finaloverridevirtual |
Definition at line 60 of file DummySeedFinder.cxx.
|
finaloverridevirtual |
Definition at line 70 of file DummySeedFinder.cxx.
|
inline |
Finds a linearization point out of a vector of TrackParameters and returns it as an Amg::Vector3D object.
If you want an additional constraint can be taken into account. Must specify the primary vertex position.
Definition at line 79 of file IVertexSeedFinder.h.
|
inline |
Finds a linearization point out of a vector of TrackParameters and returns it as an Amg::Vector3D object.
If you want an additional constraint can be taken into account. Must specify the primary vertex position. Allows returning additional diagnostic information.
Definition at line 96 of file IVertexSeedFinder.h.
|
finaloverridevirtual |
Definition at line 44 of file DummySeedFinder.cxx.
|
finaloverridevirtual |
Interface for MeasuredPerigee with starting point.
Definition at line 52 of file DummySeedFinder.cxx.
|
overridevirtual |
Definition at line 29 of file DummySeedFinder.cxx.