From b87d8fcd81f0caa3e8d519e48537709aaf32760b Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 20 Apr 2007 08:21:50 +0000 Subject: [PATCH] Adding reconstruction of raw data --- test/gun/GetESD.sh | 10 ++++++++-- test/gun/sim.C | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test/gun/GetESD.sh b/test/gun/GetESD.sh index 765037cc79d..ce8b4042e05 100755 --- a/test/gun/GetESD.sh +++ b/test/gun/GetESD.sh @@ -13,9 +13,15 @@ # Geant3 # export LD_LIBRARY_PATH=$ALICE/geant3/lib/tgt_${ALICE_TARGET}:$LD_LIBRARY_PATH -rm -rf *.root *.dat *.log fort* hlt hough *raw* +rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log aliroot -b -q sim.C 2>&1 | tee sim.log aliroot -b -q rec.C 2>&1 | tee rec.log +aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log +aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log - +cd recraw +ln -s ../geometry.root +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 diff --git a/test/gun/sim.C b/test/gun/sim.C index 17600932770..ef1e7d20279 100644 --- a/test/gun/sim.C +++ b/test/gun/sim.C @@ -2,7 +2,7 @@ void sim(Int_t nev=4) { AliSimulation simulator; simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO"); simulator.SetMakeDigitsFromHits("ITS TPC"); - // simulator.SetWriteRawData("ALL","raw.root",kTRUE); + simulator.SetWriteRawData("ALL","raw.root",kTRUE); TStopwatch timer; timer.Start(); -- 2.39.3