SND@LHC Software
Loading...
Searching...
No Matches
genfit::mySpacepointDetectorHit Class Reference

Example class for a spacepoint detector hit. More...

#include <mySpacepointDetectorHit.h>

Inheritance diagram for genfit::mySpacepointDetectorHit:
Collaboration diagram for genfit::mySpacepointDetectorHit:

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_
 

Detailed Description

Example class for a spacepoint detector hit.

Author
Johannes Rauch (Technische Universität München, original author)

Definition at line 33 of file mySpacepointDetectorHit.h.

Constructor & Destructor Documentation

◆ mySpacepointDetectorHit() [1/2]

genfit::mySpacepointDetectorHit::mySpacepointDetectorHit ( )
inline

Definition at line 36 of file mySpacepointDetectorHit.h.

36{;}

◆ mySpacepointDetectorHit() [2/2]

genfit::mySpacepointDetectorHit::mySpacepointDetectorHit ( const TVector3 &  pos,
const TMatrixDSym  cov 
)
inline

Member Function Documentation

◆ getCov()

const TMatrixDSym genfit::mySpacepointDetectorHit::getCov ( ) const
inline

Definition at line 42 of file mySpacepointDetectorHit.h.

42{return cov_;}

◆ getPos()

const TVector3 genfit::mySpacepointDetectorHit::getPos ( ) const
inline

Definition at line 41 of file mySpacepointDetectorHit.h.

41{return pos_;}

Member Data Documentation

◆ cov_

TMatrixDSym genfit::mySpacepointDetectorHit::cov_
private

Definition at line 47 of file mySpacepointDetectorHit.h.

◆ pos_

TVector3 genfit::mySpacepointDetectorHit::pos_
private

Definition at line 46 of file mySpacepointDetectorHit.h.


The documentation for this class was generated from the following file: