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

Update muon combined ESD test to use mc21 ESD.

parent 7e0a2bd7
No related branches found
No related tags found
2 merge requests!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!59117Update RIG RecExRecoTests
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
if __name__=="__main__":
from AthenaConfiguration.AllConfigFlags import ConfigFlags
#Made in master, 25 May 2022 using
#https://gitlab.cern.ch/atlas/athena/-/blob/b74428c8ff7dcd8c859fce16001c60a14b78256b/Reconstruction/RecExample/RecJobTransformTests/test/test_mc20e_13TeV.sh
ConfigFlags.Input.Files = ["/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/mc16_13TeV/mc16_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.recon.ESD.e6337_s3681_r13145/myESD.pool.root"]
ConfigFlags.lock()
from AthenaConfiguration.MainServicesConfig import MainServicesCfg
acc = MainServicesCfg(ConfigFlags)
from AthenaPoolCnvSvc.PoolReadConfig import PoolReadCfg
acc.merge(PoolReadCfg(ConfigFlags))
from xAODTruthCnv.xAODTruthCnvConfig import GEN_AOD2xAODCfg
acc.merge(GEN_AOD2xAODCfg(ConfigFlags))
from MuonCombinedConfig.MuonCombinedReconstructionConfig import MuonCombinedReconstructionCfg
acc.merge(MuonCombinedReconstructionCfg(ConfigFlags))
acc.run(100)
#!/bin/sh
#
# art-description: Athena runs combined muon reconstruction, using the new job configuration for Run 3, from an ESD file
# art-type: grid
# art-athena-mt: 8
# art-include: master/Athena
# art-include: 22.0/Athena
# art-output: *.log
python $Athena_DIR/python/RecExRecoTest/MuonCombinedReco_ESDMC20e.py | tee temp.log
echo "art-result: ${PIPESTATUS[0]}"
test_postProcessing_Errors.sh temp.log
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