From: hristov Date: Thu, 14 May 2009 12:34:01 +0000 (+0000) Subject: No kinematics when the reconstruction is from RAW X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4c0de5a904e700defd3310d18660b9e55f9b742a;ds=inline No kinematics when the reconstruction is from RAW --- diff --git a/test/PbPbbench/runtest.sh b/test/PbPbbench/runtest.sh index 6a5b78d9663..3735e751d2a 100755 --- a/test/PbPbbench/runtest.sh +++ b/test/PbPbbench/runtest.sh @@ -22,7 +22,7 @@ aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log cd recraw ln -s ../raw.root aliroot -b -q rec.C 2>&1 | tee rec.log -aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log +aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C\(\"AliESDs.root\",\"AliAODs.root\",kFALSE\) 2>&1 | tee aod.log diff --git a/test/ppbench/runtest.sh b/test/ppbench/runtest.sh index 4b69e143f33..1f8915c5e82 100755 --- a/test/ppbench/runtest.sh +++ b/test/ppbench/runtest.sh @@ -24,7 +24,7 @@ aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log cd recraw ln -s ../raw.root aliroot -b -q rec.C 2>&1 | tee rec.log -aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log +aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C\(\"AliESDs.root\",\"AliAODs.root\",kFALSE\) 2>&1 | tee aod.log