X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MFT%2FAliMuonForwardTrackFinder.C;h=c44ae4c844ce64dbb6104200776cb43ff25dc1fd;hb=9eee9fe98421cc964099854d967785b3c73c44f0;hp=8a4db658d3402948187cd2b0e399e3ffbbb722cc;hpb=7230691d9998119811131f792ae000e240fc24ec;p=u%2Fmrichter%2FAliRoot.git diff --git a/MFT/AliMuonForwardTrackFinder.C b/MFT/AliMuonForwardTrackFinder.C index 8a4db658d34..c44ae4c844c 100644 --- a/MFT/AliMuonForwardTrackFinder.C +++ b/MFT/AliMuonForwardTrackFinder.C @@ -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;