#include <TrackPars.h>
Public Member Functions | |
const T & | d0 () const |
T & | d0 () |
void | init (T rinv, T phi0, T d0, T t, T z0) |
const T & | phi0 () const |
T & | phi0 () |
const T & | rinv () const |
T & | rinv () |
const T & | t () const |
T & | t () |
TrackPars ()=default | |
TrackPars (T rinv, T phi0, T d0, T t, T z0) | |
const T & | z0 () const |
T & | z0 () |
~TrackPars ()=default | |
Private Attributes | |
T | d0_ |
T | phi0_ |
T | rinv_ |
T | t_ |
T | z0_ |
Definition at line 7 of file TrackPars.h.
|
default |
Definition at line 11 of file TrackPars.h.
|
default |
|
inline |
Definition at line 31 of file TrackPars.h.
Referenced by trklet::Track::d0(), trklet::Tracklet::d0(), trklet::Tracklet::d0approx(), trklet::Tracklet::d0fit(), trklet::Tracklet::d0fitexact(), trklet::TrackPars< int >::init(), and trklet::TrackPars< int >::TrackPars().
|
inline |
Definition at line 37 of file TrackPars.h.
Definition at line 21 of file TrackPars.h.
Referenced by trklet::Tracklet::setFitPars(), and trklet::Tracklet::Tracklet().
|
inline |
Definition at line 30 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::Tracklet::phi0(), trklet::Tracklet::phi0approx(), trklet::Tracklet::phi0fit(), trklet::Tracklet::phi0fitexact(), and trklet::TrackPars< int >::TrackPars().
|
inline |
Definition at line 36 of file TrackPars.h.
|
inline |
Definition at line 29 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::Track::pt(), trklet::Track::rinv(), trklet::Tracklet::rinv(), trklet::Tracklet::rinvapprox(), trklet::Tracklet::rinvfit(), trklet::Tracklet::rinvfitexact(), and trklet::TrackPars< int >::TrackPars().
|
inline |
Definition at line 35 of file TrackPars.h.
|
inline |
Definition at line 32 of file TrackPars.h.
Referenced by trklet::Track::eta(), trklet::TrackPars< int >::init(), trklet::Tracklet::t(), trklet::Track::tanL(), trklet::Tracklet::tapprox(), trklet::Tracklet::tfit(), trklet::Tracklet::tfitexact(), and trklet::TrackPars< int >::TrackPars().
|
inline |
Definition at line 38 of file TrackPars.h.
|
inline |
Definition at line 33 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::TrackPars< int >::TrackPars(), trklet::Track::z0(), trklet::Tracklet::z0(), trklet::Tracklet::z0approx(), trklet::Tracklet::z0fit(), and trklet::Tracklet::z0fitexact().
|
inline |
Definition at line 39 of file TrackPars.h.
|
private |
Definition at line 44 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::d0(), trklet::TrackPars< int >::init(), and trklet::TrackPars< int >::TrackPars().
|
private |
Definition at line 43 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::TrackPars< int >::phi0(), and trklet::TrackPars< int >::TrackPars().
|
private |
Definition at line 42 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::TrackPars< int >::rinv(), and trklet::TrackPars< int >::TrackPars().
|
private |
Definition at line 45 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::TrackPars< int >::t(), and trklet::TrackPars< int >::TrackPars().
|
private |
Definition at line 46 of file TrackPars.h.
Referenced by trklet::TrackPars< int >::init(), trklet::TrackPars< int >::TrackPars(), and trklet::TrackPars< int >::z0().