Go to the documentation of this file.
17 #ifndef _CbmKFTrErrMCPoints_h_
18 #define _CbmKFTrErrMCPoints_h_
25 #include <FairMCPoint.h>
27 #include "TClonesArray.h"
87 #endif // _CbmKFTrErrMCPoints_h_
void SetTofPoint(CbmTofPoint *tp)
CbmMvdPoint * GetMvdPoint(Int_t i)
void SetMvdPoint(CbmMvdPoint *mp)
int GetNMvdPoints() const
double GetMvdPointX(int i)
double GetStsPointPx(int i)
ClassDef(CbmKFTrErrMCPoints, 1)
double GetMvdPointY(int i)
double GetStsPointZ(int i)
double GetMvdPointPz(int i)
std::vector< CbmTofPoint * > TofArray
double GetMvdPointPy(int i)
std::vector< CbmMvdPoint * > MvdArray
data class for a reconstructed 3-d hit in the STS
CbmMvdHit * GetMvdHit(Int_t i)
std::vector< CbmMvdHit * > MvdHitsArray
Bool_t IsReconstructable(CbmMCTrack *mcTr, int MinNStations, int PerformanceMode, float MinRecoMom)
CbmStsPoint * GetStsPoint(Int_t i)
const double MinRecoMom
Performance constants.
int GetNStsPoints() const
double GetStsPointPz(int i)
double GetMvdPointZ(int i)
void SetStsPoint(CbmStsPoint *sp)
int GetNMaxMCPointsOnStation()
double GetMvdPointPx(int i)
CbmStsHit * GetStsHit(Int_t i)
int GetNConsHitStations()
double GetStsPointY(int i)
int GetNTofPoints() const
CbmTofPoint * GetTofPoint(Int_t i)
std::vector< CbmStsPoint * > StsArray
Geometric intersection of a MC track with a TOFb detector.
double GetStsPointPy(int i)
std::vector< CbmStsHit * > StsHitsArray
double GetStsPointX(int i)
const double MinNStations
Data class for a reconstructed hit in the STS.