Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 158
    • Merge requests 158
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49149

Move MuonReco CA test to NSW, and fix some bugs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Edward Moyse requested to merge emoyse/athena:fix-wrapped-muon into master Dec 15, 2021
  • Overview 6
  • Commits 0
  • Pipelines 2
  • Changes 0

I tested this locally with make test and also wrapping the new CA in old, with:

ATHENA_CORE_NUMBER=8 Reco_tf.py --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/Run3/RDO/RDO_DiMuon_Endcap_R3LatestLayout_sym_v1.root \
           --preExec "from MuonRecExample.MuonRecFlags import muonRecFlags;muonRecFlags.setDefaults();muonRecFlags.useLooseErrorTuning.set_Value_and_Lock(True);muonRecFlags.doTrackPerformance=True;muonRecFlags.TrackPerfSummaryLevel=2;muonRecFlags.TrackPerfDebugLevel=5;from RecExConfig.RecFlags import rec;rec.doTrigger=False;rec.doEgamma=True;rec.doLucid=True;rec.doZdc=True;rec.doJetMissingETTag=True;from MuonRecExample.MuonStandaloneFlags import muonStandaloneFlags;muonStandaloneFlags.printSummary=True; muonRecFlags.useNewConfig=True; muonCombinedRecFlags.useNewConfig=True" \
           --autoConfiguration everything \
           --imf False \
           --multithreaded True \
           --postExec 'conddb.addOverride("/MDT/RTBLOB","MDTRT_Sim-R3SYM-01");conddb.addOverride("/MDT/T0BLOB","MDTT0_Sim-R3SYM-01")' \
           --conditionsTag 'default:OFLCOND-MC16-SDR-RUN2-08' \
           --outputESDFile OUT_ESD.root \
           --maxEvents=10
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-wrapped-muon