CbmRoot
|
contain strips positions and coordinates of hit More...
#include <L1HitPoint.h>
Public Member Functions | |
L1HitPoint () | |
L1HitPoint (fscal du_, fscal dv_, fscal z_, fscal v_, fscal u_, float time_, float=0, float timeEr_=2.9f) | |
fscal | dU () const |
fscal | dV () const |
fscal | Z () const |
fscal | U () const |
fscal | V () const |
void | SetZ (fscal Z1) |
void | SetU (fscal U1) |
void | SetV (fscal V1) |
void | Set (const float &z1, const fscal &u1, const fscal &v1, const fscal &du1, const fscal &dv1, const float &time1, float timeEr1) |
Public Attributes | |
float | time |
float | timeEr |
Private Attributes | |
float | u |
float | v |
float | du |
float | dv |
float | z |
contain strips positions and coordinates of hit
Definition at line 6 of file L1HitPoint.h.
|
inline |
Definition at line 7 of file L1HitPoint.h.
|
inline |
Definition at line 20 of file L1HitPoint.h.
|
inline |
Definition at line 56 of file L1HitPoint.h.
References du.
Referenced by L1Algo::f10(), L1Algo::f20(), and L1Algo::f30().
|
inline |
Definition at line 57 of file L1HitPoint.h.
References dv.
Referenced by L1Algo::f10(), L1Algo::f20(), and L1Algo::f30().
|
inline |
Definition at line 66 of file L1HitPoint.h.
References u.
|
inline |
Definition at line 67 of file L1HitPoint.h.
References v.
|
inline |
Definition at line 65 of file L1HitPoint.h.
References z.
|
inline |
Definition at line 59 of file L1HitPoint.h.
References u.
Referenced by L1Algo::CATrackFinder(), L1Algo::f10(), L1Algo::f20(), and L1Algo::f30().
|
inline |
Definition at line 60 of file L1HitPoint.h.
References v.
Referenced by L1Algo::CATrackFinder(), L1HitsSortHelperData::compare(), L1Algo::f10(), L1Algo::f20(), and L1Algo::f30().
|
inline |
Definition at line 58 of file L1HitPoint.h.
References z.
Referenced by L1Algo::CATrackFinder(), L1Algo::f10(), L1Algo::f20(), and L1Algo::f30().
|
private |
Definition at line 96 of file L1HitPoint.h.
|
private |
Definition at line 96 of file L1HitPoint.h.
float L1HitPoint::time |
Definition at line 101 of file L1HitPoint.h.
Referenced by L1Algo::f10(), L1Algo::f20(), L1Algo::f30(), and Set().
float L1HitPoint::timeEr |
Definition at line 101 of file L1HitPoint.h.
Referenced by L1Algo::f10(), L1Algo::f20(), L1Algo::f30(), and Set().
|
private |
Definition at line 96 of file L1HitPoint.h.
|
private |
Definition at line 96 of file L1HitPoint.h.
|
private |
Definition at line 97 of file L1HitPoint.h.