]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AliMuonForwardTrackFinder.C
PAR: includes from previously enabled PARfiles
[u/mrichter/AliRoot.git] / MFT / AliMuonForwardTrackFinder.C
index 8a4db658d3402948187cd2b0e399e3ffbbb722cc..c44ae4c844ce64dbb6104200776cb43ff25dc1fd 100644 (file)
@@ -1,12 +1,17 @@
 //================================================================================================================================
 
 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 = ".",
                               Int_t nEventsToAnalyze = -1) {
   
   //  TGeoGlobalMagField::Instance()->SetField(new AliMagF("Maps","Maps", -1., -1, AliMagF::k5kG));
 
+  // AliLog::SetClassDebugLevel("AliMuonForwardTrackFinder", 1);
+
   AliCDBManager* man = AliCDBManager::Instance();
   man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   man->SetSpecificStorage("GRP/GRP/Data", Form("local://%s",gSystem->pwd()));
@@ -22,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(0);                 // 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;