#ifndef PNDMVDRIEMANNTRACKFINDERTASKCUTPAR_H_ #define PNDMVDRIEMANNTRACKFINDERTASKCUTPAR_H_ #include "FairTask.h" #include "PndSdsHit.h" #include "TH2F.h" #include "TVector3.h" #include "TString.h" #include "PndRiemannHit.h" class PndMvdRiemannTrackFinderTaskCutPar : public FairTask { public: PndMvdRiemannTrackFinderTaskCutPar(); virtual ~PndMvdRiemannTrackFinderTaskCutPar(); PndMvdRiemannTrackFinderTaskCutPar(const PndMvdRiemannTrackFinderTaskCutPar& o) : fHitBranch(o.fHitBranch), fHitBranch2(o.fHitBranch2), fMCTrackBranch(o.fMCTrackBranch), fTrackBranch(o.fTrackBranch), fEventNr(o.fEventNr), fMaxSZChi2(o.fMaxSZChi2), fMaxSZDist(o.fMaxSZDist), fMinPointDist(o.fMinPointDist), fMaxDist(o.fMaxDist), fHitArray(o.fHitArray), fHitArray2(o.fHitArray2), fTrackCandArray(o.fTrackCandArray), fMCTrackArray(o.fMCTrackArray), fRiemannTracks(o.fRiemannTracks), fNCut(o.fNCut), fNbin(o.fNbin), frangeDist(o.frangeDist), frangeChi2(o.frangeChi2), fPtS(o.fPtS), fPtF(o.fPtF), fThetaS(o.fThetaS), fThetaF(o.fThetaF), fhistsDist(), fhistsChi2(), fCutDistH(o.fCutDistH), fCutChi2H(o.fCutChi2H) { for(int i=0;i