]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AliMuonForwardTrackFinder.C
Double check if SM is running added. Some redundant output removed from SM
[u/mrichter/AliRoot.git] / MFT / AliMuonForwardTrackFinder.C
index 0ee743303c2548512d077cf18485973ba7cb1e30..c44ae4c844ce64dbb6104200776cb43ff25dc1fd 100644 (file)
@@ -1,6 +1,8 @@
 //================================================================================================================================
 
 void AliMuonForwardTrackFinder(Int_t run=0,
+                              Bool_t bransonCorrection = kTRUE,
+                              Double_t zVertexError=0.010,
                               Int_t matching=0,
                               const Char_t *readDir= ".",
                               const Char_t *outDir = ".",
@@ -25,10 +27,13 @@ void AliMuonForwardTrackFinder(Int_t run=0,
   //  finder -> SetRAbsorberCut(26.4);
   finder -> SetLowPtCut(0.0);
   //  finder -> SetLowPtCut(0.5);
-  finder -> SetExtrapOriginTransvError(0.05);   // To be imposed if the gen. vertex is fixed in (0,0,0)
-  finder -> SetGaussianBlurZVert(5.0);          // To be imposed if the gen. vertex is fixed in (0,0,0) 
-  finder -> SetMatchingMode(matching);          // 0 -> real matching   1 -> ideal matching
-  finder -> SetMinResearchRadiusAtLastPlane(0.5);
+  finder -> SetVertexError(0.015, 0.015, zVertexError);
+  finder -> SetMatchingMode(matching);                // 0 -> real matching   1 -> ideal matching
+  //  finder -> SetMinResearchRadiusAtPlane(4, 0.0);
+  //  finder -> SetMinResearchRadiusAtPlane(3, 0.0);
+  finder -> SetMinResearchRadiusAtPlane(4, 0.50);
+  finder -> SetMinResearchRadiusAtPlane(3, 0.05);
+  finder -> SetBransonCorrection(bransonCorrection);
 
   while (finder->LoadNextTrack()) continue;