Skip to content
Snippets Groups Projects

Bug fix to tau reco config and update to RIG standalone tau ART test

Files
2
#!/bin/sh
#
# art-description: Athena runs tau reconstruction from an ESD file
# art-description: Athena runs tau reconstruction, using the new job configuration for Run 3, from an ESD file
# art-type: grid
# art-include: master/Athena
# art-include: 22.0/Athena
# art-athena-mt: 8
# art-include: master/Athena
# art-output: *.log
export ATHENA_CORE_NUMBER=8
athena --threads=8 tauRec/tau_standalone_LCTopo_ESDtoAOD.py | tee athenaEightThreads.log
python $Athena_DIR/python/Reconstruction/tauRec/TauConfig.py | tee temp.log
echo "art-result: ${PIPESTATUS[0]}"
test_postProcessing_Errors.sh athenaEightThreads.log | tee errorsEightThreads.log
test_postProcessing_Errors.sh temp.log
Loading