Skip to content

Updates to get more muon monitoring working in MT setup (ATR-19997)

Updates to get more muon monitoring working in MT setup.

Changes made:

  • I added a new function fillL2SASingleChainHistos to HLTMuonMonTool so that we get some per-chain histograms for the L2 MuonSA algorithm. This code works for both the legacy and run-3 trigger feature access.
  • The fillEFSingleChainHistos function now works for both legacy and run-3 trigger feature access.
  • TrigMuonMonitCategory.py is modified to use different chain names for run-2 and run-3 (mainly needed due to name convention change in run-3). Note, currently the code produces lots of warning messages, in particular when trying to access features in the case a trigger failed.

I tested with: Reco_tf.py
--preExec="TriggerFlags.EDMDecodingVersion.set_Value_and_Lock(3)"
--imf=True
--maxEvents=20
--inputAODFile=mt.r09.AOD.pool.root
--outputNTUP_PHYSVALFile=mt.NTUP_PHYSVAL.pool.root
--validationFlags=doTrigMuon
--loglevel DEBUG

Edited by Mark Andrew Owen

Merge request reports