EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genfit::mySpacepointDetectorHit Class Reference

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

#include <fun4all_GenFit/blob/master/utilities/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.

View newest version in sPHENIX GitHub at line 33 of file mySpacepointDetectorHit.h

Constructor & Destructor Documentation

genfit::mySpacepointDetectorHit::mySpacepointDetectorHit ( )
inline

Definition at line 36 of file mySpacepointDetectorHit.h.

View newest version in sPHENIX GitHub at line 36 of file mySpacepointDetectorHit.h

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

Definition at line 38 of file mySpacepointDetectorHit.h.

View newest version in sPHENIX GitHub at line 38 of file mySpacepointDetectorHit.h

Member Function Documentation

const TMatrixDSym genfit::mySpacepointDetectorHit::getCov ( ) const
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().

+ Here is the caller graph for this function:

const TVector3 genfit::mySpacepointDetectorHit::getPos ( ) const
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().

+ Here is the caller graph for this function:

Member Data Documentation

TMatrixDSym genfit::mySpacepointDetectorHit::cov_
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().

TVector3 genfit::mySpacepointDetectorHit::pos_
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().


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