Skip to content

Add ZTP mode for efficiency plot on Offline MuonMonitoringMT, ATR-20317

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

I want to merge this change into master.

I added some features to efficiency plots in Trigger/TrigMonitoring/TrigMuonMonitoringMT/.

  • Z tag & probe method
  • EFIso step efficiency for isolation chains
  • Each step efficiency for each pileup

I tested using below command (myESD.pool.root is made from mc16_13TeV.361107.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zmumu.recon.RDO.e3601_s3126_r11212/RDO.20759055._000042.pool.root.1 in the environment of master,2020-08-09T2137)

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 https://mwakida.web.cern.ch/mwakida/ATR-20317/webdisplay5_Zmumu/MuonMon/Efficiency/ZTP/HLT_mu26_ivarmedium_L1MU20/index.html

The pileup plots are empty because testing on MC, but I've confirmed that there are some entries when testing on data.

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

Edited by Moe Wakida

Merge request reports