Implement efficiency and L2StandAloneMuon plots to TrigMuonMonitoringMT, ATR-20317
I want to merge this change into master.
I implemented L2StandAloneMuon plots and basic efficiency plots to Trigger/TrigMonitoring/TrigMuonMonitoringMT. L2StandAloneMuon plots are almost same as legacy code Trigger/TrigMonitoring/TrigMuonMonitoring/src/MuFastMon.cxx.
The change points of L2StandAloneMuon plots are
-
L2MuonSA_failed_roiId
->L2MuonSA_failed_L1RoI_eta_vs_phi
-
L2MuonSA_forID_dR_toRecMuonCB
,L2MuonSA_forID_deta_vs_eta_toRecMuonCB
->L2MuonSA_initialRoI_dR_toRecMuonCB
,L2MuonSA_initialRoI_deta_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.doCalo=False DQ.Steering.HLT.doEgamma=False DQ.Steering.HLT.doMET=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/test2/
tagging @nakahama, @sshaw, @ynoguchi, and @yoyamagu for info.