![]() |
ATLAS Offline Software
|
#include <HGTD_TrackDecaySelectionTool.h>
Public Member Functions | |
| HGTD_TrackDecaySelectionTool (const std::string &, const std::string &, const IInterface *) | |
| virtual | ~HGTD_TrackDecaySelectionTool ()=default |
| virtual StatusCode | initialize () override final |
| virtual bool | trackPassesSelection (const xAOD::TrackParticle *track_particle) const override final |
| Selects tracks that have a valid link to a truth particle and for which the decay vertex is inside of a box in the z/r plane defined by the selected min/max values. | |
Private Attributes | |
| Gaudi::Property< float > | m_min_radius_prod |
| Gaudi::Property< float > | m_max_radius_prod |
| Gaudi::Property< float > | m_min_z_prod |
| Gaudi::Property< float > | m_max_z_prod |
| Gaudi::Property< float > | m_min_radius_dec |
| Gaudi::Property< float > | m_max_radius_dec |
| Gaudi::Property< float > | m_min_z_dec |
| Gaudi::Property< float > | m_max_z_dec |
Definition at line 12 of file HGTD_TrackDecaySelectionTool.h.
| HGTD_TrackDecaySelectionTool::HGTD_TrackDecaySelectionTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 11 of file HGTD_TrackDecaySelectionTool.cxx.
|
virtualdefault |
|
finaloverridevirtual |
Definition at line 16 of file HGTD_TrackDecaySelectionTool.cxx.
|
finaloverridevirtual |
Selects tracks that have a valid link to a truth particle and for which the decay vertex is inside of a box in the z/r plane defined by the selected min/max values.
Definition at line 24 of file HGTD_TrackDecaySelectionTool.cxx.
|
private |
Definition at line 47 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 35 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 53 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 41 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 45 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 32 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 50 of file HGTD_TrackDecaySelectionTool.h.
|
private |
Definition at line 38 of file HGTD_TrackDecaySelectionTool.h.