From 9e99348eed76fef17b68bf9a353e7150ae364858 Mon Sep 17 00:00:00 2001 From: ivana Date: Fri, 20 Jun 2008 17:24:45 +0000 Subject: [PATCH] Temporary solution to set RecoParam for the reconstruction (Philippe P.) --- MUON/AliMUONReconstructor.cxx | 6 ++++-- MUON/AliMUONReconstructor.h | 1 + MUON/runReconstruction.C | 5 ++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MUON/AliMUONReconstructor.cxx b/MUON/AliMUONReconstructor.cxx index b3b94c5768e..748e4341e07 100644 --- a/MUON/AliMUONReconstructor.cxx +++ b/MUON/AliMUONReconstructor.cxx @@ -179,8 +179,10 @@ const AliMUONRecoParam* AliMUONReconstructor::GetRecoParam() /// get reconstruction parameters // initialize reconstruction parameters if not already done - cout<<"W-AliMUONReconstructor::GetRecoParam: Reconstruction parameters not initialized - Use default one"<SetWriteAOD(); AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam(); - muonRecoParam->CombineClusterTrackReco(kFALSE); + //muonRecoParam->CombineClusterTrackReco(kTRUE); //muonRecoParam->SaveFullClusterInESD(kTRUE,100.); //muonRecoParam->SetClusteringMode("PEAKFIT"); //muonRecoParam->SetClusteringMode("PEAKCOG"); muonRecoParam->Print("FULL"); - - AliRecoParam::Instance()->RegisterRecoParam(muonRecoParam); + AliMUONReconstructor::SetRecoParam(muonRecoParam); MuonRec->SetRunQA("MUON:ALL"); -- 2.31.1