SND@LHC Software
|
Example class for a spacepoint detector hit. More...
#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.
|
inline |
Definition at line 36 of file mySpacepointDetectorHit.h.
|
inline |
Definition at line 38 of file mySpacepointDetectorHit.h.
|
inline |
Definition at line 42 of file mySpacepointDetectorHit.h.
|
inline |
Definition at line 41 of file mySpacepointDetectorHit.h.
|
private |
Definition at line 47 of file mySpacepointDetectorHit.h.
|
private |
Definition at line 46 of file mySpacepointDetectorHit.h.