Skip to content
Snippets Groups Projects
Commit 4e508336 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'nightly-art-jetrec' into 'master'

fixing header and maxEvents for jet reconstruction nightly tests

See merge request atlas/athena!38224
parents afb5b3ec 9f3b1926
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# art-description: ART test job HITS to AOD
# art-type: grid
# art-input: mc16_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.simul.HITS.e6337_s3126
# art-include: master/Athena
# art-output: *.root
......@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
echo "Submitting Reconstruction ..."
Reco_tf.py \
--maxEvents ${Nevents} \
--maxEvents -1 \
--inputHITSFile=${HITSFile} \
--outputAODFile=${ART_AOD} \
--outputNTUP_PHYSVALFile ${ART_Validation} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment