Skip to content
Snippets Groups Projects
Commit 7f250cad authored by Mark Hodgkinson's avatar Mark Hodgkinson Committed by Stefan Richter
Browse files

Update AFP data test to data22.

Update AFP data test to data22.
parent 88b3ae3a
No related branches found
No related tags found
2 merge requests!616622023-03-20: merge 23.0 into master,!61591Update AFP data test to data22.
#!/bin/sh
#
# art-description: Reco_tf runs on 13TeV collision data 2017, run 338480 has AFP detector included.
# art-athena-mt: 8
# art-type: grid
# art-include: master/Athena
# art-include: 23.0/Athena
export ATHENA_CORE_NUMBER=8
#The setup for run2 data is described in test_data15_13TeV.sh
Reco_tf.py --CA --multithreaded --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data17_13TeV/data17_13TeV.00338480.physics_Main.daq.RAW._lb0309._SFO-4._0006.data --maxEvents 300 --conditionsTag="CONDBR2-BLKPA-RUN2-10" --geometryVersion="ATLAS-R2-2016-01-00-01" --preExec="flags.DQ.Steering.doHLTMon=False" --ignoreErrors 'False' --ignorePatterns 'LArRawDataReadingAlg.+ERROR.+Found.+unsupported.+Rod.+block.+type.+0|LArRawDataReadingAlg.+\|.+ERROR.+\|.|ERROR.+message.+limit.+LArRawDataReadingAlg.' --outputESDFile myESD.pool.root --outputAODFile myAOD.pool.root --outputHISTFile myHist.root
#Remember retval of transform as art result
RES=$?
xAODDigest.py myAOD.pool.root digest.txt
echo "art-result: $RES Reco"
#!/bin/sh
#
# art-description: Reco_tf runs on 13p6TeV collision data 2022, run 435229 has AFP detector included. Details at https://twiki.cern.ch/twiki/bin/view/AtlasProtected/SpecialRunsIn2022#done_47_SM_HI_combined_LHCf_ZDC
# art-athena-mt: 8
# art-type: grid
# art-include: master/Athena
# art-include: 23.0/Athena
export ATHENA_CORE_NUMBER=8
#The setup for 2022 data is described in test_data22_13p6TeV.sh
Reco_tf.py --CA --multithreaded --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data22_13p6TeV/data22_13p6TeV.00435229.physics_Main.daq.RAW/data22_13p6TeV.00435229.physics_Main.daq.RAW._lb1526._SFO-12._0001.data --conditionsTag="CONDBR2-BLKPA-2022-09" --geometryVersion="ATLAS-R3S-2021-03-01-00" --postExec="cfg.getCondAlgo(\"PixelConfigCondAlg\").doRUN3PIXLinearExtrapolation=True" --outputESDFile myESD.pool.root --outputAODFile myAOD.pool.root --outputHISTFile myHist.root --maxEvents=10
#Remember retval of transform as art result
RES=$?
xAODDigest.py myAOD.pool.root digest.txt
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