Belle II Software
release-08-01-10
|
Example class for a spacepoint detector hit. More...
#include <mySpacepointDetectorHit.h>
Public Member Functions | |
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.