13 #ifndef PndSTEMvdHitFinder_H_ 14 #define PndSTEMvdHitFinder_H_ 19 #include "TClonesArray.h" 23 #include "FairMultiLinkedData.h" 79 double fXposTrack = 0.0;
80 double fYposTrack = 0.0;
Digitization Parameter Class for GEM part.
void SetXYPosTrack(double x, double y)
Funtion to set the x and y psition of the first hit of the track.
virtual ~PndSTEMvdHitFinder()
std::vector< PndSdsHit * > FindBestHitsWithHelix(PndTrack *mvdTrack, TClonesArray *mvdPixelHitsArray, TClonesArray *mvdStripHitsArray)
Function for finding the best fitting MVD hits to the track in 3D.
std::vector< PndSdsHit * > FindBestHits3D(PndRiemannTrack mvdRiemannTrack, TClonesArray *mvdPixelHitsArray, TClonesArray *mvdStripHitsArray)
Function for finding the best fitting MVD hits to the track in 3D.
std::vector< PndSdsHit * > FindBestHitsFromRiemannTrack(PndRiemannTrack riemannTrack, TClonesArray *mvdPixelHitsArray, TClonesArray *mvdStripHitsArray)
Function to find the hits fitting the best with one Riemann track.