CbmRoot
|
#include <Hit.h>
Public Member Functions | |
real | X () const |
real | Y () const |
real | Z () const |
u32 | Time () const |
real | Dx () const |
real | Dy () const |
real | TimeError () const |
Public Attributes | |
real | fX |
real | fY |
X, Y positions of hit [cm]. | |
real | fZ |
Z position of hit [cm]. | |
u32 | fTime |
Hit time [ns]. | |
real | fDx |
real | fDy |
X, Y errors [cm]. | |
real | fDxy |
XY correlation. | |
real | fTimeError |
Error of hit time [ns]. | |
real | fDu |
Error of coordinate across front-side strips [cm]. | |
real | fDv |
Error of coordinate across back-side strips [cm]. | |
u32 | fFrontClusterId |
Index of front-side cluster, used by tracking to reduce combinatorics. | |
u32 | fBackClusterId |
Index of back-side cluster, used by tracking to reduce combinatorics. | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, unsigned int) |
Friends | |
class | boost::serialization::access |
Definition at line 15 of file data/sts/Hit.h.
|
inline |
Definition at line 34 of file data/sts/Hit.h.
References fDx.
|
inline |
Definition at line 35 of file data/sts/Hit.h.
References fDy.
|
inlineprivate |
Definition at line 42 of file data/sts/Hit.h.
References fBackClusterId, fDu, fDv, fDx, fDxy, fDy, fFrontClusterId, fTime, fTimeError, fX, fY, and fZ.
|
inline |
Definition at line 32 of file data/sts/Hit.h.
References fTime.
|
inline |
Definition at line 36 of file data/sts/Hit.h.
References fTimeError.
|
inline |
Definition at line 29 of file data/sts/Hit.h.
References fX.
|
inline |
Definition at line 30 of file data/sts/Hit.h.
References fY.
|
inline |
Definition at line 31 of file data/sts/Hit.h.
References fZ.
|
friend |
Definition at line 39 of file data/sts/Hit.h.
u32 cbm::algo::sts::Hit::fBackClusterId |
Index of back-side cluster, used by tracking to reduce combinatorics.
Definition at line 26 of file data/sts/Hit.h.
Referenced by serialize().
real cbm::algo::sts::Hit::fDu |
Error of coordinate across front-side strips [cm].
Definition at line 22 of file data/sts/Hit.h.
Referenced by serialize().
real cbm::algo::sts::Hit::fDv |
Error of coordinate across back-side strips [cm].
Definition at line 23 of file data/sts/Hit.h.
Referenced by serialize().
real cbm::algo::sts::Hit::fDx |
Definition at line 19 of file data/sts/Hit.h.
Referenced by Dx(), and serialize().
real cbm::algo::sts::Hit::fDxy |
real cbm::algo::sts::Hit::fDy |
X, Y errors [cm].
Definition at line 19 of file data/sts/Hit.h.
Referenced by Dy(), and serialize().
u32 cbm::algo::sts::Hit::fFrontClusterId |
Index of front-side cluster, used by tracking to reduce combinatorics.
Definition at line 25 of file data/sts/Hit.h.
Referenced by serialize().
u32 cbm::algo::sts::Hit::fTime |
real cbm::algo::sts::Hit::fTimeError |
Error of hit time [ns].
Definition at line 21 of file data/sts/Hit.h.
Referenced by serialize(), and TimeError().
real cbm::algo::sts::Hit::fX |
Definition at line 16 of file data/sts/Hit.h.
Referenced by serialize(), and X().
real cbm::algo::sts::Hit::fY |
X, Y positions of hit [cm].
Definition at line 16 of file data/sts/Hit.h.
Referenced by serialize(), and Y().
real cbm::algo::sts::Hit::fZ |
Z position of hit [cm].
Definition at line 17 of file data/sts/Hit.h.
Referenced by serialize(), and Z().