The source project of this merge request has been removed.
Changed script to copy postprocessHistos locally before executing. Fixes cvmfs permission issue.
$artdata/InDetSLHC_Example/scripts/postprocessHistos ./physval_hadd.root
This doesn't execute if $artdata is in cvmfs, which is required by ART grid run. So, changed it to -
cp $artdata/InDetSLHC_Example/scripts/postprocessHistos .
chmod a+x ./postprocessHistos
./postprocessHistos ./physval_hadd.root