Default for both collision and cosmic parameter sorting.
More...
#include <SortMuPatHits.h>
Default for both collision and cosmic parameter sorting.
Definition at line 97 of file SortMuPatHits.h.
◆ SortByDirectionMuPatHits()
Definition at line 99 of file SortMuPatHits.h.
99 :
const Trk::TrackParameters & m_ref
◆ operator()() [1/6]
| bool Muon::SortByDirectionMuPatHits::operator() |
( |
const MuPatHit * | hit1, |
|
|
const MuPatHit * | hit2 ) const |
|
inline |
Definition at line 113 of file SortMuPatHits.h.
113 {
114 return operator()(hit1->parameters(),hit2->parameters());
115 }
bool operator()(const Trk::MeasurementBase *meas1, const Trk::MeasurementBase *meas2) const
◆ operator()() [2/6]
◆ operator()() [3/6]
Definition at line 105 of file SortMuPatHits.h.
105 {
106 static const DistanceAlongParameters parsSorter{};
107 return parsSorter(
m_ref, meas1) < parsSorter(
m_ref, meas2);
108 }
◆ operator()() [4/6]
◆ operator()() [5/6]
Definition at line 119 of file SortMuPatHits.h.
119 {
120 static const DistanceAlongParameters parsSorter{};
121 return parsSorter(
m_ref, pars1) < parsSorter(
m_ref, pars2);
122 }
◆ operator()() [6/6]
◆ m_ref
The documentation for this class was generated from the following file: