]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reverting last commit which was not intentional
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 30 Mar 2008 22:25:08 +0000 (22:25 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 30 Mar 2008 22:25:08 +0000 (22:25 +0000)
MUON/runReconstruction.C

index 6461e5622e9d73532c8ddd6f51d8fdf77ba284b7..13ee5dcbb84456c213d79ac50d11f028569a0bb7 100644 (file)
@@ -57,16 +57,10 @@ void runReconstruction(int seed, const char* input, const char* recoptions)
   //  MuonRec->SetEventRange(319,319);
   MuonRec->SetWriteAOD();
   
-  AliMUONRecoParammuonRecoParam = AliMUONRecoParam::GetLowFluxParam();
+  AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
   muonRecoParam->CombineClusterTrackReco(kFALSE);
-  muonRecoParam->BypassSt45(kTRUE);
-  //  muonRecoParam->SetMaxBendingMomentum(10000000.0);
-  //  muonRecoParam->SetMaxNonBendingDistanceToTrack(200.0);
-  //  muonRecoParam->SetMaxBendingDistanceToTrack(200.0);
-  muonRecoParam->SetSigmaCutForTracking(20.0);
-  //  muonRecoParam->UseSmoother(kFALSE);  
-  muonRecoParam->RequestStation(2,kFALSE);
-  muonRecoParam->ImproveTracks(kFALSE);
+  //muonRecoParam->SetClusteringMode("PEAKFIT");
+  //muonRecoParam->SetClusteringMode("PEAKCOG");
   muonRecoParam->Print("FULL");
 
   AliRecoParam::Instance()->RegisterRecoParam(muonRecoParam);