From: schutz Date: Thu, 1 Apr 2004 16:02:17 +0000 (+0000) Subject: Change method SetRunReconstruction to SetRunLocalReconstruction X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=efa45d5cf417c55a9810473288615fd92d6c1e9b;p=u%2Fmrichter%2FAliRoot.git Change method SetRunReconstruction to SetRunLocalReconstruction --- diff --git a/PHOS/Reconstruction.C b/PHOS/Reconstruction.C index 6d7ab599dac..7fe9ecf133f 100644 --- a/PHOS/Reconstruction.C +++ b/PHOS/Reconstruction.C @@ -37,9 +37,9 @@ void reco(TString opt="TRE", TString name="all") if ( !opt.Contains("T") ) rec.SetRunTracking(kFALSE) ; if ( opt.Contains("R") ) - rec.SetRunReconstruction(name.Data()) ; + rec.SetRunLocalReconstruction(name.Data()) ; else - rec.SetRunReconstruction("") ; + rec.SetRunLocalReconstruction("") ; if ( !opt.Contains("E") ) rec.SetFillESD("") ; else