Skip to content
Snippets Groups Projects
Commit a48bde22 authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Remove test running on 2011 cosmics data and add two new tests

running on both data20 cosmics streams.
parent ba6cd9e0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# art-description: Reco_tf runs on cosmics with all streams
# art-athena-mt: 4
# art-type: grid
# art-include: 21.0/Athena
# art-include: 21.0-TrigMC/Athena
# art-include: master/Athena
# art-include: 21.3/Athena
# art-include: 21.9/Athena
Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data11_cos.00193024.physics_CosmicCalo.merge.RAW._lb0096._SFO-ALL._0001.1 --maxEvents 300 --autoConfiguration everything --conditionsTag="COMCOND-BLKPA-RUN1-07" --preExec="rec.doTrigger=False;" --outputESDFile myESD.pool.root --outputHISTFile myMergedMonitoring.root
RES=$?
echo "art-result: $RES Reco"
return $RES
#!/bin/sh
#
# art-description: Reco_tf runs on 2020 CosmicCalo stream, without trigger.
# art-athena-mt: 4
# art-type: grid
# art-include: master/Athena
Reco_tf.py --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data20_idcomm/data20_idcomm.00375727.physics_CosmicCalo.merge.RAW._lb0877._SFO-ALL._0001.1 --maxEvents=300 --preExec=rec.doTrigger=False --outputESDFile=myESD.pool.root --outputAODFile=myAOD.pool.root --conditionsTag=CONDBR2-BLKPA-RUN2-01 --geometryVersion=ATLAS-R2-2016-01-00-01
#!/bin/sh
#
# art-description: Reco_tf runs on 2020 IDCosmic stream, without trigger.
# art-athena-mt: 4
# art-type: grid
# art-include: master/Athena
Reco_tf.py --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data20_idcomm/data20_idcomm.00375727.physics_IDCosmic.merge.RAW._lb0876._SFO-ALL._0001.1 --maxEvents=10 --preExec=rec.doTrigger=False --outputESDFile=myESD.pool.root --outputAODFile=myAOD.pool.root --conditionsTag=CONDBR2-BLKPA-RUN2-01 --geometryVersion=ATLAS-R2-2016-01-00-01
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