Implement EFSA and EFCB plots to Offline MuonMonitoringMT
I want to merge this change into master.
I implement the EFSA and EFCB plots to Trigger/TrigMonitoring/TrigMuonMonitoringMT. EFSA and EFCB plots are almost the same as legacy code https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigMonitoring/TrigMuonMonitoring/src/MuonEFMon.cxx
- Offline muon variables
- EF muon variables
- The correlation between EF and offline muon
- The correlation between offline muon (matched to EF) and offline muon (matched to L2)
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 https://mwakida.web.cern.ch/mwakida/ATR-20317/webdisplay4/.
The documentation of the functions is https://mwakida.web.cern.ch/mwakida/ATR-20317/html/de/df9/classMuonMatchingTool.html.