Skip to content
Snippets Groups Projects
Verified Commit b69aa856 authored by Tadej Novak's avatar Tadej Novak
Browse files

Add Run 4 simulation test

parent 76c426e4
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!41879Add Run 4 simulation test
#!/bin/sh
#
# art-description: MC16-style simulation using FullG4 and RUN4 geometry
# art-include: master/Athena
# art-type: grid
# art-output: test.HITS.pool.root
# art-output: truth.root
# RUN4 setup
# ATLAS-P2-ITK-24-00-00 and OFLCOND-MC16-SDR-15
Sim_tf.py \
--CA \
--conditionsTag 'default:OFLCOND-MC16-SDR-15' \
--physicsList 'FTFP_BERT_ATL' \
--truthStrategy 'MC15aPlus' \
--simulator 'FullG4MT' \
--postInclude 'default:PyJobTransforms.UseFrontier' \
--preInclude 'EVNTtoHITS:SimuJobTransforms.BeamPipeKill,SimuJobTransforms.FrozenShowersFCalOnly,SimuJobTransforms.TightMuonStepping' \
--DataRunNumber '284500' \
--geometryVersion 'default:ATLAS-P2-ITK-24-00-00' \
--inputEVNTFile "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/SimCoreTests/valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.evgen.EVNT.e4993.EVNT.08166201._000012.pool.root.1" \
--outputHITSFile "test.HITS.pool.root" \
--maxEvents 4 \
--imf False
rc=$?
rc2=-9999
echo "art-result: $rc simulation"
if [ $rc -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$?
fi
echo "art-result: $rc2 regression"
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