EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Example class for a spacepoint detector hit. More...
#include <fun4all_GenFit/blob/master/utilities/include/mySpacepointDetectorHit.h>
Public Member Functions | |
mySpacepointDetectorHit () | |
mySpacepointDetectorHit (const TVector3 &pos, const TMatrixDSym cov) | |
const TVector3 | getPos () const |
const TMatrixDSym | getCov () const |
Private Attributes | |
TVector3 | pos_ |
TMatrixDSym | cov_ |
Example class for a spacepoint detector hit.
Definition at line 33 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 33 of file mySpacepointDetectorHit.h
|
inline |
Definition at line 36 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 36 of file mySpacepointDetectorHit.h
|
inline |
Definition at line 38 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 38 of file mySpacepointDetectorHit.h
|
inline |
Definition at line 42 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 42 of file mySpacepointDetectorHit.h
References cov_.
Referenced by genfit::mySpacepointMeasurement::mySpacepointMeasurement().
|
inline |
Definition at line 41 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 41 of file mySpacepointDetectorHit.h
References pos_.
Referenced by genfit::mySpacepointMeasurement::mySpacepointMeasurement().
|
private |
Definition at line 47 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 47 of file mySpacepointDetectorHit.h
Referenced by getCov().
|
private |
Definition at line 46 of file mySpacepointDetectorHit.h.
View newest version in sPHENIX GitHub at line 46 of file mySpacepointDetectorHit.h
Referenced by getPos().