Skip to content
Snippets Groups Projects
Commit 14cdba25 authored by scott snyder's avatar scott snyder
Browse files

CaloTools: Remove no-op callback registration from CaloNoiseToolDB.

Remove callback registration for LoadCalibration, which is a no-op.
Needed as part of preparation for removing the obsolete LArHVCorrTool.
parent 96aa2f5c
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,6 @@ CaloNoiseToolDB::initialize() ...@@ -111,8 +111,6 @@ CaloNoiseToolDB::initialize()
if (m_rescaleForHV) { if (m_rescaleForHV) {
ATH_CHECK( m_larHVCellCorrTool.retrieve() ); ATH_CHECK( m_larHVCellCorrTool.retrieve() );
ATH_MSG_INFO( "Retrieved " << m_larHVCellCorrTool << " for on-the-fly noise rescaling" ); ATH_MSG_INFO( "Retrieved " << m_larHVCellCorrTool << " for on-the-fly noise rescaling" );
ATH_CHECK( detStore()->regFcn(&ILArCellHVCorrTool::LoadCalibration, &(*m_larHVCellCorrTool),&CaloNoiseToolDB::clearCache, this) );
ATH_MSG_INFO( "Regestered callback on ILArCellHVCorrTool::LoadCalibration" );
} }
else { else {
m_larHVCellCorrTool.disable(); m_larHVCellCorrTool.disable();
......
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