Skip to content

Implement the L2OverlapRemover plots to TrigMuonMonitoringMT, ATR-20317

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

I want to merge this change into master.

I implement the L2OverlapRemover plots to Trigger/TrigMonitoring/TrigMuonMonitoringMT. The monitoring variables are the same as online monitoring (https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigHypothesis/TrigMuonHypoMT/python/TrigMuonHypoMonitoringMT.py#L28) , and I confirmed that the plots with the same result as online monitoring can be obtained.

I tested using below command (myESD.pool.root is made from valid1.410000.PowhegPythiaEvtGen_P2012_ttbar_hda mp172p5_nonallhad.recon.RDO.e4993_s3474_r11322/RDO.18782565._000030.pool.root.1 in the environment of master,2020-10-04T2101)

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.doMinBias=False DQ.Steering.HLT.doTau=False DQ.Steering.HLT.doMuon=True Output.HISTFileName=HIST.root

and web display of HIST.root is https://mwakida.web.cern.ch/mwakida/ATR-20317/webdisplay11_ttbar/MuonMon/L2OverlapRemover/HLT_2mu14_L12MU10/index.html

tagging @nakahama, @cdiez , @yoyamagu , and @ynoguchi for info.

Merge request reports