1. Go to the AGATA analysis computer, open a terminal and execute the following commands:
> a4
> t e768s
> cd Replay
> ./do_global_replay.sh -run ### (### is the run number you want to convert)
if it complains that the folder with the run already exists, just > rm -rf runXXXX/ (where XXXX is the run you're replaying) in the Replay folder
2. When it is finished copy the root file to the GANIL world:
> mkdir /dataganil/e768s/acquisition/root_agata/run_0###
> cp ./run_0###/Out/Analysis/Tree_00*.root /dataganil/e768s/acquisition/run_0### |