diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx index aa2ec525177684627d403710a0a193f8e04cf4a7..cdc55ad28b0270d1d400c1728a4347ea8597d71a 100644 --- a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx +++ b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauTauCombHypo.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /************************************************************************** @@ -142,13 +142,13 @@ HLT::ErrorCode EFTauTauCombHypo::hltExecute(const HLT::TriggerElement* outputTE, m_monDRAll=dr; m_monMassAll = mass; m_monVxState = VX_state; - m_moncombtype=0; -if(VX_state==1515) - m_moncombtype=1; -if(VX_state==1513) - m_moncombtype=2; -if(VX_state==1511) - m_moncombtype=3; + m_moncombtype=0; + if(VX_state==1515) + m_moncombtype=1; + if(VX_state==1513) + m_moncombtype=2; + if(VX_state==1511) + m_moncombtype=3; // if(m_oppositeCharge && !oppositeCharge) // { // if(msgLvl() <= MSG::VERBOSE) { diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx index a69fc5e8f2c739f5bf380d8237175772f2a54f54..78bd9466f2be04dd8191a8a8a816c9168acc2412 100644 --- a/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx +++ b/Trigger/TrigHypothesis/TrigTauHypo/src/T2TauTauCombHypo.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ /************************************************************************** @@ -160,13 +160,13 @@ HLT::ErrorCode T2TauTauCombHypo::hltExecute(const HLT::TriggerElement* inputTE, m_monDRAll=dr; m_monDEtaAll=deta; m_monMassAll = mass; -m_moncombtype=0; -if(VX_state==1515) - m_moncombtype=1; -if(VX_state==1513) - m_moncombtype=2; -if(VX_state==1511) - m_moncombtype=3; + m_moncombtype=0; + if(VX_state==1515) + m_moncombtype=1; + if(VX_state==1513) + m_moncombtype=2; + if(VX_state==1511) + m_moncombtype=3; // if(m_oppositeCharge && !oppositeCharge)