diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToAOD.cxx b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToAOD.cxx index 877a8f54250c59d04f848df6e53304c22fdfad09..996d88e32493e03c141e442574f77b0421179483 100644 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToAOD.cxx +++ b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToAOD.cxx @@ -2,7 +2,7 @@ Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ -// $Id: RoIBResultToAOD.cxx 622025 2014-10-15 16:37:41Z ssnyder $ +// $Id: RoIBResultToAOD.cxx 644158 2015-02-04 16:01:21Z ssnyder $ // STL include(s): #include <algorithm> @@ -609,7 +609,7 @@ void RoIBResultToAOD::addJetEnergyRoI( const ROIB::RoIBResult* result, LVL1_ROI* for( unsigned int i = 0; i < TrigT1CaloDefs::numOfJetEtSumThresholds; ++i ) { if( ( roIWord >> i ) & 0x1 ) { std::string thrName = "NameNotFound"; - if (jeNames.find(i) != jfNames.end()) thrName = jeNames[i]; + if (jeNames.find(i) != jeNames.end()) thrName = jeNames[i]; roi.addThreshold( thrName ); ATH_MSG_DEBUG( "JetEt Thr : " << thrName ); } diff --git a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToxAOD.cxx b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToxAOD.cxx index 645f683203ebf66792a129680c73632e446ca026..4a0366cb94c22dc1cddbbd3766e9ea2236cf2ec8 100644 --- a/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToxAOD.cxx +++ b/PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerAlgs/src/RoIBResultToxAOD.cxx @@ -2,7 +2,7 @@ Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ -// $Id: RoIBResultToxAOD.cxx 642485 2015-01-28 17:12:38Z watsona $ +// $Id: RoIBResultToxAOD.cxx 644158 2015-02-04 16:01:21Z ssnyder $ // STL include(s): #include <algorithm> @@ -669,7 +669,7 @@ StatusCode RoIBResultToxAOD::addJetEnergyRoI( const ROIB::RoIBResult* result ) { for( unsigned int i = 0; i < TrigT1CaloDefs::numOfJetEtSumThresholds; ++i ) { if( ( roIWord >> i ) & 0x1 ) { std::string thrName = "NameNotFound"; - if (jeNames.find(i) != jfNames.end()) thrName = jeNames[i]; + if (jeNames.find(i) != jeNames.end()) thrName = jeNames[i]; jetet_xaod->addThreshold( thrName ); ATH_MSG_DEBUG( "JetEt Thr : " << thrName ); }