#include <SortMuPatHits.h>
Definition at line 16 of file SortMuPatHits.h.
◆ operator()() [1/5]
| double Muon::DistanceAlongParameters::operator() |
( |
const MuPatHit * | hit1, |
|
|
const MuPatHit * | hit2 ) const |
|
inline |
Definition at line 33 of file SortMuPatHits.h.
33 {
34 return operator()(hit1->parameters(), hit2->parameters());
35 }
double operator()(const Trk::TrackParameters &pars, const Amg::Vector3D &pos) const
◆ operator()() [2/5]
◆ operator()() [3/5]
Definition at line 18 of file SortMuPatHits.h.
18 {
20 return difPos.dot(
pars.momentum().unit());
21 }
Eigen::Matrix< double, 3, 1 > Vector3D
◆ operator()() [4/5]
Definition at line 27 of file SortMuPatHits.h.
27 {
29 }
virtual const Amg::Vector3D & globalPosition() const =0
Interface method to get the global Position.
◆ operator()() [5/5]
Definition at line 23 of file SortMuPatHits.h.
23 {
25 }
const Amg::Vector3D & position() const
Access method for the position.
The documentation for this class was generated from the following file: