Skip to content
Snippets Groups Projects
Commit c2191a8b authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'mhodgkin_ATR_22568' into 'master'

Update splash event tests

Closes ATR-22568

See merge request atlas/athena!39697
parents 8eefdc6e a1445f28
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
# art-include: 21.3/Athena # art-include: 21.3/Athena
# art-include: 21.9/Athena # art-include: 21.9/Athena
export TRF_ECHO=True; Reco_tf.py --athenaopts="--threads=5" --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data15_comm.00265545.physics_MinBias.merge.RAW._lb0048._SFO-ALL._0001.1 --autoConfiguration everything --conditionsTag="CONDBR2-BLKPA-2015-04" --geometryVersion="ATLAS-R2-2015-03-01-00" --outputESDFile myESD.pool.root --outputHISTFile myMergedMonitoring.root --maxEvents 300 --preExec 'rec.doTrigger=False;' #Monitoring is disabled because it tries to use the trigger information, which is disabled.
export TRF_ECHO=True; Reco_tf.py --athenaopts="--threads=1" --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data15_1beam/data15_1beam.00260466.physics_L1Calo.merge.RAW._lb1380._SFO-ALL._0001.1 --autoConfiguration everything --conditionsTag="CONDBR2-BLKPA-2015-04" --geometryVersion="ATLAS-R2-2015-03-01-00" --outputESDFile myESD.pool.root --maxEvents 300 --preExec 'rec.doTrigger=False;from AthenaMonitoring.DQMonFlags import jobproperties;jobproperties.DQMonFlagsCont.doMonitoring.set_Value_and_Lock(False)'
RES=$? RES=$?
echo "art-result: $RES Reco" echo "art-result: $RES Reco"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
# art-include: 21.3/Athena # art-include: 21.3/Athena
# art-include: 21.9/Athena # art-include: 21.9/Athena
export TRF_ECHO=True; Reco_tf.py --athenaopts="--threads=1" --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data15_comm.00265545.physics_MinBias.merge.RAW._lb0048._SFO-ALL._0001.1 --autoConfiguration everything --conditionsTag="CONDBR2-BLKPA-2015-04" --geometryVersion="ATLAS-R2-2015-03-01-00" --outputESDFile myESD.pool.root --outputHISTFile myMergedMonitoring.root --maxEvents 300 --preExec 'rec.doTrigger=False;' #Monitoring is disabled because it tries to use the trigger information, which is disabled.
export TRF_ECHO=True; Reco_tf.py --athenaopts="--threads=1" --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data15_1beam/data15_1beam.00260466.physics_L1Calo.merge.RAW._lb1380._SFO-ALL._0001.1 --autoConfiguration everything --conditionsTag="CONDBR2-BLKPA-2015-04" --geometryVersion="ATLAS-R2-2015-03-01-00" --outputESDFile myESD.pool.root --maxEvents 300 --preExec 'rec.doTrigger=False;from AthenaMonitoring.DQMonFlags import jobproperties;jobproperties.DQMonFlagsCont.doMonitoring.set_Value_and_Lock(False)'
RES=$? RES=$?
echo "art-result: $RES Reco" echo "art-result: $RES Reco"
......
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