Skip to content
Snippets Groups Projects

fixing header and maxEvents for jet reconstruction nightly tests

Merged Christina Nelson requested to merge nelsonc/athena:nightly-art-jetrec into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
#!/bin/sh
#!/bin/sh
# art-description: ART test job HITS to AOD
# art-description: ART test job HITS to AOD
# art-type: grid
# art-type: grid
# art-input: mc16_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.simul.HITS.e6337_s3126
# art-include: master/Athena
# art-include: master/Athena
# art-output: *.root
# art-output: *.root
@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
echo "Submitting Reconstruction ..."
echo "Submitting Reconstruction ..."
Reco_tf.py \
Reco_tf.py \
--maxEvents ${Nevents} \
--maxEvents -1 \
--inputHITSFile=${HITSFile} \
--inputHITSFile=${HITSFile} \
--outputAODFile=${ART_AOD} \
--outputAODFile=${ART_AOD} \
--outputNTUP_PHYSVALFile ${ART_Validation} \
--outputNTUP_PHYSVALFile ${ART_Validation} \
Loading