Forked from
atlas / athena
50379 commits behind the upstream repository.
-
TCT: Updating express and bulk processing tests (conditions, newer runs, new tests, adding art-include option to run in 22.0) TCT: Updating express and bulk processing tests (conditions, newer runs, new tests, adding art-include option to run in 22.0)
TCT: Updating express and bulk processing tests (conditions, newer runs, new tests, adding art-include option to run in 22.0) TCT: Updating express and bulk processing tests (conditions, newer runs, new tests, adding art-include option to run in 22.0)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
test_data18PHYS_mt.sh 1.28 KiB
#!/bin/sh
# art-include: master/Athena
# art-include: 22.0/Athena
# art-include: 22.0-mc20/Athena
# art-description: DAOD building PHYS data18 MT
# art-type: grid
# art-output: *.pool.root
# art-output: checkFile.txt
# art-output: checkxAOD.txt
# art-output: checkIndexRefs*.txt
# art-athena-mt: 1
set -e
Reco_tf.py --athenaopts='--threads=1' --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/data18_13TeV.00357772.physics_Main.recon.AOD.r13286/AOD.27654050._000557.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYS --maxEvents -1 --preExec 'from AthenaCommon.DetFlags import DetFlags; DetFlags.detdescr.all_setOff(); DetFlags.BField_setOn(); DetFlags.digitize.all_setOff(); DetFlags.detdescr.Calo_setOn(); DetFlags.simulate.all_setOff(); DetFlags.pileup.all_setOff(); DetFlags.overlay.all_setOff();'
echo "art-result: $? reco"
DAODMerge_tf.py --inputDAOD_PHYSFile DAOD_PHYS.art.pool.root --outputDAOD_PHYS_MRGFile art_merged.pool.root
echo "art-result: $? merge"
checkFile.py DAOD_PHYS.art.pool.root > checkFile.txt
echo "art-result: $? checkfile"
checkxAOD.py DAOD_PHYS.art.pool.root > checkxAOD.txt
echo "art-result: $? checkxAOD"
checkIndexRefs.py DAOD_PHYS.art.pool.root > checkIndexRefs_PHYS.txt 2>&1
echo "art-result: $? checkIndexRefs PHYS"