#!/bin/bash cd /lustre/cbm/users/slebedev/hades/trunk/hydra2/ . ./defall.sh cd - hydraScriptsDir=/lustre/cbm/users/slebedev/hades/trunk/hydra2/scripts/ templateIniFile=${hydraScriptsDir}/rich700/geom/hgeant_config.dat outputIniFile=${hydraScriptsDir}/rich700/geom/hgeant_config_output.dat inputFile1=/input/file geomPath=${hydraScriptsDir}/rich700/geom/ outputRootFile=/u/slebedev/hades/data/hgeant.e.root nofTriggers=5000 echo "Output file:"+$outputIniFile perl ${hydraScriptsDir}/batch/GE/hgeant/replaceIniDat.pl -t ${templateIniFile} -d ${outputIniFile} -i ${inputFile1} -p ${geomPath} -o ${outputRootFile} -n ${nofTriggers} #/lustre/cbm/users/slebedev/hades/trunk/hgeant2/install/hgeant -b -c -f ${outputIniFile} #/lustre/cbm/users/slebedev/hades/trunk/hgeant2/install/hgeant -f ${outputIniFile}