![]() |
ATLAS Offline Software
|
#include <Mode3dTo1dFinder.h>
Public Member Functions | |
| Mode3dTo1dFinder (const std::string &t, const std::string &n, const IInterface *p) | |
| virtual StatusCode | initialize () override |
| virtual Amg::Vector3D | getMode (const double vx, const double vy, const std::vector< Trk::PositionAndWeight > &points) const override final |
| Obtain the 3d-mode (position) from a list of positions (distribution in space). | |
| virtual Amg::Vector3D | getMode (const double vx, const double vy, const std::vector< Trk::PositionAndWeight > &points, std::unique_ptr< IMode3dInfo > &info) const override final |
| Obtain the 3d-mode (position) from a list of positions (distribution in space). | |
| virtual Amg::Vector3D | getMode (const double vx, const double vy, const std::vector< Amg::Vector3D > &points) const override final |
| Obtain the 3d-mode (position) from a list of positions (distribution in space). | |
| virtual Amg::Vector3D | getMode (const double vx, const double vy, const std::vector< Amg::Vector3D > &points, std::unique_ptr< IMode3dInfo > &info) const override final |
| Obtain the 3d-mode (position) from a list of positions (distribution in space). | |
Private Attributes | |
| ToolHandle< IMode1dFinder > | m_mode1dfinder |
Definition at line 32 of file Mode3dTo1dFinder.h.
| Trk::Mode3dTo1dFinder::Mode3dTo1dFinder | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 18 of file Mode3dTo1dFinder.cxx.
|
finaloverridevirtual |
Obtain the 3d-mode (position) from a list of positions (distribution in space).
| vx | Primary vertex x-coordinate. |
| vy | Primary vertex y-coordinate. |
| points | List of points — unweighted! |
Definition at line 73 of file Mode3dTo1dFinder.cxx.
|
finaloverridevirtual |
Obtain the 3d-mode (position) from a list of positions (distribution in space).
| vx | Primary vertex x-coordinate. |
| vy | Primary vertex y-coordinate. |
| points | List of points — unweighted! |
| info[out] | Optionally returns an object for retrieving additional information. May be left null if additional information is not available. |
Definition at line 100 of file Mode3dTo1dFinder.cxx.
|
finaloverridevirtual |
Obtain the 3d-mode (position) from a list of positions (distribution in space).
| vx | Primary vertex x-coordinate. |
| vy | Primary vertex y-coordinate. |
| points | List of points with weights. |
Definition at line 35 of file Mode3dTo1dFinder.cxx.
|
finaloverridevirtual |
Obtain the 3d-mode (position) from a list of positions (distribution in space).
| vx | Primary vertex x-coordinate. |
| vy | Primary vertex y-coordinate. |
| points | List of points with weights. |
| info[out] | Optionally returns an object for retrieving additional information. May be left null if additional information is not available. |
Definition at line 62 of file Mode3dTo1dFinder.cxx.
|
overridevirtual |
Definition at line 26 of file Mode3dTo1dFinder.cxx.
|
private |
Definition at line 105 of file Mode3dTo1dFinder.h.