Skip to content
Snippets Groups Projects
Commit 604acae7 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'MuonRecRTT_Test_bug_fix' into 'main'

MuonRecRTT: Fix bugs in test configurations

See merge request atlas/athena!68916
parents 1377cabe c834c5d1
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ echo "Found ${NWARNING} WARNING, ${NERROR} ERROR and ${NFATAL} FATAL messages in
#####################################################################
# create histograms for dcube
python /afs/cern.ch/user/m/mbarel/QualificationTask/MuonARTTests/athena/MuonSpectrometer/MuonValidation/MuonPRDTest/scripts/createDCubeSimHistograms.py --doMM --doSTGC
python $Athena_DIR/bin/createDCubeSimHistograms.py --doMM --doSTGC
exit_code=$?
echo "art-result: ${exit_code} DCubeSimHist"
if [ ${exit_code} -ne 0 ]
......
......@@ -5,8 +5,6 @@
# art-type: grid
# art-include: main/Athena
# art-include: 23.0/Athena
# art-input: MuonCosmic/data17_cos.00342172.physics_CosmicMuons.merge.RAW._lb0006._SFO-ALL._0001.1
# art-input-nfiles: 1
set -x
......
......@@ -5,8 +5,6 @@
# art-type: grid
# art-include: main/Athena
# art-include: 23.0/Athena
# art-input: MuonCosmic/data22_cos.00415278.physics_CosmicMuons.merge.RAW._lb0002._SFO-ALL._0001.1
# art-input-nfiles: 1
set -x
......
......@@ -22,12 +22,12 @@
# art-output: log.RDOtoRDOTrigger_8thread
# art-output: NSWPRDValAlg.reco.ntuple.root
export ATHENA_CORE_NUMBER=1
#####################################################################
# Run reconstruction with AthenaMT with 1 thread
Reco_tf.py --CA 'all:True' 'RDOtoRDOTrigger:False' \
--AMI q445 \
--athenaopts 'all:--threads=1' \
--postInclude "RAWtoALL:MuonPRDTest.NSWPRDValAlgReco.NSWPRDValAlgRecoCfg" \
--imf False \
--outputESDFile OUT_ESD_1thread.root
......@@ -42,12 +42,13 @@ mv log.RDOtoRDOTrigger log.RDOtoRDOTrigger_1thread
mv log.RAWtoALL log.RAWtoALL_1thread
#####################################################################
export ATHENA_CORE_NUMBER=5
#####################################################################
# now run reconstruction with AthenaMT with 5 threads
Reco_tf.py --CA 'all:True' 'RDOtoRDOTrigger:False' \
--AMI q445 \
--imf False \
--athenaopts 'all:--threads=5' \
--outputESDFile OUT_ESD_5thread.root
exit_code=$?
echo "art-result: ${exit_code} Reco_tf_5thread.py"
......@@ -60,12 +61,13 @@ mv log.RDOtoRDOTrigger log.RDOtoRDOTrigger_5thread
mv log.RAWtoALL log.RAWtoALL_5thread
#####################################################################
export ATHENA_CORE_NUMBER=8
#####################################################################
# now run reconstruction with AthenaMT with 8 threads
Reco_tf.py --CA 'all:True' 'RDOtoRDOTrigger:False' \
--AMI q445 \
--imf False \
--athenaopts 'all:--threads=8' \
--outputESDFile OUT_ESD_8thread.root
exit_code=$?
echo "art-result: ${exit_code} Reco_tf_8thread.py"
......
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