Skip to content

Implement the multi-muon chain and the msonly chain plots in TrigMuonMonitoringMT, ATR-20317

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

I want to merge this change into master.

I implement the multi-muon chain (HLT_2mu14_L12MU10) and the msonly chain (HLT_mu60_0eta105_msonly_L1MU20) plots to in TrigMuonMonitoringMT. The plots that are exactly the same as the implemented chains are omitted. Regarding the efficiency plots of the multi-muon chain, we monitored the HLT_mu14_L1MU10 chain.

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/webdisplay10_ttbar/

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

Merge request reports