]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runDataReconstruction.C
Set CombineClusterTrackReco to false, to be consistent with
[u/mrichter/AliRoot.git] / MUON / runDataReconstruction.C
index 1f82ce7295c69c06d8e771c28c27f74c8c400877..7d069d6052ddf35be68972af918a5c7664b6a738 100644 (file)
@@ -79,7 +79,7 @@ void runDataReconstruction(Int_t calib = 1)
   MuonRec->SetWriteAOD();
   //MuonRec.SetEventRange(0,100); 
   AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
-  muonRecoParam->CombineClusterTrackReco(kTRUE);
+  muonRecoParam->CombineClusterTrackReco(kFALSE);
   TString caliboption = caliboption1;
   if ( calib == 2 ) caliboption = caliboption2;
   muonRecoParam->SetCalibrationMode(caliboption.Data());