Skip to content

Changed script to copy postprocessHistos locally before executing. Fixes cvmfs permission issue.

Diptaparna Biswas requested to merge (removed):21.9 into 21.9
$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

Merge request reports