diff --git a/Trigger/TrigAlgorithms/TrigT2CaloCommon/src/LArCellCont.cxx b/Trigger/TrigAlgorithms/TrigT2CaloCommon/src/LArCellCont.cxx index 090ca208e9dc54e48a4b5beea3f19bd8cacddb74..c7f8111f6c6eff2cb80ded4af72367429a5f81a0 100644 --- a/Trigger/TrigAlgorithms/TrigT2CaloCommon/src/LArCellCont.cxx +++ b/Trigger/TrigAlgorithms/TrigT2CaloCommon/src/LArCellCont.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ @@ -101,7 +101,7 @@ if(StatusCode::SUCCESS != toolSvc->retrieveTool("LArRoI_Map", roiMap ) ) {std::cout << " Can't get AlgTool LArRoI_Map " << std::endl; return StatusCode::FAILURE; } -std::vector<CaloCellCorrection*> LArCellCorrTools; +std::vector<const CaloCellCorrection*> LArCellCorrTools; MakeLArCellFromRaw makeCell; makeCell.setThreshold(-100);