Skip to content
Snippets Groups Projects
Commit b5e91a50 authored by Yohei Noguchi's avatar Yohei Noguchi
Browse files

Changed to monitor HLT_mu8, HLT_mu3 and HLT_mu4 in HI runs

parent 65b6536d
No related branches found
No related tags found
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!20492Import of the developments in TrigMuonMonitoring for the 2018 HI runs
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
monitoring_muonNonIso = ['HLT_mu50']
monitoring_muonNonIso_HI = ['HLT_mu15_L1MU10','HLT_mu14']#8TeV
monitoring_muonNonIso_HI = ['HLT_mu8','HLT_mu3', 'HLT_mu4']#8TeV
#monitoring_muonNonIso_HI = ['HLT_mu10','HLT_mu14']
monitoring_muonNonIso_pp = ['HLT_mu50']
......@@ -31,7 +31,7 @@ monitoring_muonLowpt = ["HLT_mu14"]
### TE name of the hypos for the L2
#L2 standalone
monitoring_muonNonIso_L2SAHypo = ['L2_mu_SAhyp_Muon6GeV_v15a_MU20']
monitoring_muonNonIso_HI_L2SAHypo = ['HLT_mu15_L1MU10','L2_mu_SAhyp_Muon6GeV_v15a_MU10']#8TeV
monitoring_muonNonIso_HI_L2SAHypo = ['L2_mu_SAhyp_Muon6GeV_v15a_MU6','L2_mu_SAhyp_Muon4GeV_v15a_MU4','L2_mu_SAhyp_Muon4GeV_v15a_MU4']#8TeV
monitoring_muonNonIso_pp_L2SAHypo = ['L2_mu_SAhyp_Muon6GeV_v15a_MU20']
monitoring_muonIso_L2SAHypo = ['L2_mu_SAhyp_Muon6GeV_v15a_MU20']
......@@ -56,7 +56,7 @@ monitoring_muonLowpt_pp_L2SAHypo = ["L2_mu_SAhyp_Muon6GeV_v15a_MU10"]
#L2 combined
monitoring_muonNonIso_L2CBHypo = ['L2_mucombhyp_mu22_MU20']
monitoring_muonNonIso_HI_L2CBHypo = ['HLT_mu15_L1MU10','L2_mucombhyp_mu14_MU10']#8TeV
monitoring_muonNonIso_HI_L2CBHypo = ['L2_mucombhyp_mu8_MU6', 'L2_mucombhyp_mu3_MU4', 'L2_mucombhyp_mu4_MU4']#8TeV
monitoring_muonNonIso_pp_L2CBHypo = ['L2_mucombhyp_mu22_MU20']
monitoring_muonIso_L2CBHypo = ['L2_mucombhyp_mu22_MU20']
......
......@@ -1057,7 +1057,7 @@ const HLT::TriggerElement* HLTMuonMonTool :: getDirectSuccessorHypoTEForL2(const
const HLT::TriggerElement *hypote = NULL;
std::vector<HLT::TriggerElement*> TEsuccessors = m_ExpertMethods->getNavigation()->getDirectSuccessors(te);
for(auto te2 : TEsuccessors){
//ATH_MSG_DEBUG("[" << chainname <<"] ::TE2: " << te2->getId() << " " << Trig::getTEName(*te2) );
ATH_MSG_VERBOSE("[" << chainname <<"] ::TE2: " << te2->getId() << " " << Trig::getTEName(*te2) );
if(Trig::getTEName(*te2)==hyponame){
ATH_MSG_DEBUG("[" << chainname<< "] selected HypoTE: " << te2->getId() << " " << Trig::getTEName(*te2) << " isPassed=" << te2->getActiveState() );
hypote = te2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment