X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Fembedding%2Fsimrun.C;h=4ba3d5bc7de319e8e27b8e5923f863f125f1daf3;hp=e1c5d8a1be3ad9d0b79cc83edf3482fcd236fc48;hb=c8943fea68309b47e999523dbc419d3441f566b6;hpb=ae8c1d56e1c91ed534e3e32b1341baf69d3a25b4;ds=sidebyside diff --git a/test/embedding/simrun.C b/test/embedding/simrun.C index e1c5d8a1be3..4ba3d5bc7de 100644 --- a/test/embedding/simrun.C +++ b/test/embedding/simrun.C @@ -95,6 +95,7 @@ gSystem->Exec("cp BackgroundFull/AliESDs.root Background/"); gSystem->Exec("cp -a BackgroundFull/GRP Background/"); gSystem->Exec("cp sim.C Background/"); + gSystem->Exec("cp Config.C Background/"); gSystem->ChangeDirectory("Background/"); gSystem->Exec("aliroot -b -q 'sim.C(4)' > sim.log 2>&1"); gSystem->ChangeDirectory("../"); @@ -128,6 +129,7 @@ gSystem->Exec("cp Merged/*SDigits*.root Signal/"); gSystem->Exec("cp Merged/galice.root Signal/"); gSystem->Exec("cp Merged/Kinematics.root Signal/"); + gSystem->Exec("cp -a Merged/GRP Signal/"); gSystem->ChangeDirectory("Signal/"); gSystem->Exec("aliroot -b -q 'sim.C(2)' > sim.log 2>&1"); cout<<">>>>> SIGNAL RECONSTRUCTION <<<<<"<