Skip to content

Implement L2muComb plots to Offline MuonMonitoringMT, ATR-20317

Moe Wakida requested to merge mwakida/athena:MuonOffMon_muComb into master

I want to merge this change into master.

I implemented L2CombinedMuon plots to Trigger/TrigMonitoring/TrigMuonMonitoringMT. L2CombinedMuon plots are almost the same as legacy code https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigMonitoring/TrigMuonMonitoring/src/MuCombMon.cxx

Added L2SA RoI plot (corresponding to HLT_Roi_L2SAMuon).

  • L2SARoI_dR_toRecMuonCB
  • L2SARoI_dEta_vs_Eta_toRecMuonCB
  • L2SARoI_dPhi_vs_Eta_toRecMuonCB

I tested using below command (myESD.pool.root is made from valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hdamp172p5_nonallhad.recon.RDO.e4993_s3474_r11322/RDO.18782565._000431.pool.root.1 in the environment of master,2020-05-01T2139)

Run3DQTestingDriver.py --loglevel DEBUG --dqOffByDefault Input.Files="['myESD.pool.root']" DQ.Steering.doHLTMon=True DQ.Steering.HLT.doGeneral=False DQ.Steering.HLT.doCalo=False DQ.Steering.HLT.doEgamma=False DQ.Steering.HLT.doMET=False DQ.Steering.HLT.doJet=False DQ.Steering.HLT.doBjet=False DQ.Steering.HLT.doBphys=False DQ.Steering.HLT.doMuon=True Output.HISTFileName=HIST.root

and web display of HIST.root is here.https://mwakida.web.cern.ch/mwakida/ATR-20317/webdisplay3/

The documentation of the functions is https://mwakida.web.cern.ch/mwakida/ATR-20317/html/de/df9/classMuonMatchingTool.html.

tagging @nakahama, @sshaw, @ynoguchi, and @giagu for info.

Edited by Moe Wakida

Merge request reports