|
Jpp test-rotations-old
the software that should make you happy
|
Reconstruction type dependent comparison of track quality. More...
#include <reconstruction.hh>
Public Member Functions | |
| bool | operator() (const Trk &first, const Trk &second) const |
| The default comparison is based on: | |
Reconstruction type dependent comparison of track quality.
The specialisation of this class should implement the function object operator
inline bool operator()(const Trk& first, const Trk& second) const
and return true if the first track is better then the second track.
Definition at line 85 of file tools/reconstruction.hh.
|
inline |
The default comparison is based on:
Trk::rec_stages.size() (the larger the better);Trk::lik (the larger the better).| first | first track |
| second | second track |
Definition at line 95 of file tools/reconstruction.hh.