ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/EventData/TrackStateSorters.hpp>
Public Member Functions | |
template<typename identifier_t , typename parameters_t > | |
bool | operator() (const TrackState< identifier_t, parameters_t > &lhs, const TrackState< identifier_t, parameters_t > &rhs) |
Struct that sorts trackstates using their path lengths. This can be used as a sorter in STL functions.
Definition at line 16 of file TrackStateSorters.hpp.
View newest version in sPHENIX GitHub at line 16 of file TrackStateSorters.hpp
|
inline |
The sorting operator
identifier_t | Identifier of the track state |
parameters_t | The concrete parameters type |
lhs | First track state |
rhs | Second trackstate |
Definition at line 27 of file TrackStateSorters.hpp.
View newest version in sPHENIX GitHub at line 27 of file TrackStateSorters.hpp
References Acts::TrackState< source_link_t, parameters_t >::parameter, and Acts::TrackState< source_link_t, parameters_t >::pathLength.