|
BmnRoot
|
#include <CbmMvdHit.h>
Public Member Functions | |
| CbmMvdHit () | |
| CbmMvdHit (Int_t statNr, TVector3 &pos, TVector3 &dpos, Int_t flag) | |
| virtual | ~CbmMvdHit () |
| virtual void | Print (const Option_t *opt=0) const |
| Int_t | GetSystemId () const |
| virtual Int_t | GetStationNr () const |
| Int_t | GetFlag () const |
| CbmMvdHit () | |
| CbmMvdHit (Int_t statNr, TVector3 &pos, TVector3 &dpos, Int_t flag) | |
| virtual | ~CbmMvdHit () |
| virtual void | Print (const Option_t *opt=0) const |
| Int_t | GetSystemId () const |
| virtual Int_t | GetStationNr () const |
| Int_t | GetFlag () const |
Public Member Functions inherited from CbmHit | |
| CbmHit () | |
| CbmHit (Int_t detID, TVector3 &pos, TVector3 &dpos, Double_t covXY, Int_t index) | |
| virtual | ~CbmHit () |
| Double_t | GetCovXY () const |
| CbmHit () | |
| CbmHit (Int_t detID, TVector3 &pos, TVector3 &dpos, Double_t covXY, Int_t index) | |
| virtual | ~CbmHit () |
| Double_t | GetCovXY () const |
Public Member Functions inherited from CbmMvdDetectorId | |
| CbmMvdDetectorId () | |
| virtual | ~CbmMvdDetectorId () |
| Int_t | DetectorId (Int_t iStation) const |
| Int_t | SystemId (Int_t detectorId) const |
| Int_t | StationNr (Int_t detectorId) const |
| ClassDef (CbmMvdDetectorId, 1) | |
| CbmMvdDetectorId () | |
| virtual | ~CbmMvdDetectorId () |
| Int_t | DetectorId (Int_t iStation) const |
| Int_t | SystemId (Int_t detectorId) const |
| Int_t | StationNr (Int_t detectorId) const |
| ClassDef (CbmMvdDetectorId, 1) | |
Protected Member Functions | |
| ClassDef (CbmMvdHit, 1) | |
| ClassDef (CbmMvdHit, 1) | |
Protected Member Functions inherited from CbmHit | |
| ClassDef (CbmHit, 1) | |
| ClassDef (CbmHit, 1) | |
Protected Attributes | |
| Int_t | fFlag |
Protected Attributes inherited from CbmHit | |
| Double32_t | fCovXY |
CbmMvdHit.h
Data class for hits in the CBM-MVD. Data level RAW. Original source (CbmStsMapsHit) by M. Deveaux.
Hit flag not used up to now (will come later with real hit finding).
Definition at line 27 of file CbmMvdHit.h.
| CbmMvdHit::CbmMvdHit | ( | ) |
Default constructor
Definition at line 16 of file CbmMvdHit.cxx.
| CbmMvdHit::CbmMvdHit | ( | Int_t | statNr, |
| TVector3 & | pos, | ||
| TVector3 & | dpos, | ||
| Int_t | flag | ||
| ) |
Standard constructor
| statNr | Station number |
| pos | Position coordinates [cm] |
| dpos | Errors in position coordinates [cm] |
| flag | Hit flag |
Definition at line 27 of file CbmMvdHit.cxx.
|
virtual |
Destructor
Definition at line 40 of file CbmMvdHit.cxx.
| CbmMvdHit::CbmMvdHit | ( | ) |
Default constructor
| CbmMvdHit::CbmMvdHit | ( | Int_t | statNr, |
| TVector3 & | pos, | ||
| TVector3 & | dpos, | ||
| Int_t | flag | ||
| ) |
Standard constructor
| statNr | Station number |
| pos | Position coordinates [cm] |
| dpos | Errors in position coordinates [cm] |
| flag | Hit flag |
|
virtual |
Destructor
|
protected |
|
protected |
|
inline |
Definition at line 56 of file CbmMvdHit.h.
References fFlag.
|
inline |
Definition at line 56 of file CbmMvdHit.h.
References fFlag.
|
inlinevirtual |
Implements CbmHit.
Definition at line 55 of file CbmMvdHit.h.
References CbmMvdDetectorId::StationNr().
Referenced by CbmKFStsHit::Create(), CbmStsFitPerformanceTask::Exec(), CbmKFTrErrMCPoints::GetNConsHitStations(), CbmKFTrErrMCPoints::GetNHitStations(), and Print().
|
inlinevirtual |
Implements CbmHit.
Definition at line 55 of file CbmMvdHit.h.
References CbmMvdDetectorId::StationNr().
|
inline |
|
inline |
|
virtual |
Output to screen
Reimplemented from CbmHit.
Definition at line 46 of file CbmMvdHit.cxx.
References GetStationNr().
|
virtual |
Output to screen
Reimplemented from CbmHit.
|
protected |
Definition at line 62 of file CbmMvdHit.h.
Referenced by GetFlag().