Skip to content
Snippets Groups Projects
Commit 2d8eba8b authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'do_checks.TrigT1CaloCalibUtils-20190224' into 'master'

TrigT1CaloCalibUtils: Remove MT-unsafe call to set_do_checks.

See merge request atlas/athena!21394
parents b8841901 9d891503
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#include "TrigT1CaloCalibUtils/L1CaloPprPhos4ShapeMaker.h"
......@@ -516,8 +516,6 @@ StatusCode L1CaloPprPhos4ShapeMaker::loadAthenaObjects(){
else
ATH_MSG_INFO( "TTOnlineId retrieved successfully." );
m_ttOnlineIdHelper->set_do_checks(true);
m_lvl1Helper = m_caloMgr->getLVL1_ID();
if (!m_lvl1Helper) {
ATH_MSG_ERROR( "Could not access CaloLVL1_ID helper" );
......
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