Skip to content
Snippets Groups Projects
Commit 34c383c5 authored by Scott Snyder's avatar Scott Snyder Committed by Frank Winklmeier
Browse files

TileCalibAlgs+TileRawUtils: const fix

parent 9ff8baf5
No related branches found
No related tags found
No related merge requests found
......@@ -650,7 +650,7 @@ void TileInfoDump::printBadCells() {
IdContext cell_context = m_tileID->cell_context();
int ncells = m_tileID->cell_hash_max();
TileCablingService* cabling = TileCablingService::getInstance();
const TileCablingService* cabling = TileCablingService::getInstance();
bool run2 = cabling->isRun2Cabling();
std::ostringstream sSum;
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TILERAWUTILS_TILEROI_MAP_H
......@@ -124,7 +124,7 @@ class TileRoI_Map : public AthAlgTool {
const TileID* m_tileID;
const TileHWID* m_tileHWID;
const TileDetDescrManager* m_tileMgr;
TileCablingService* m_cablingSvc;
const TileCablingService* m_cablingSvc;
TileFragHash m_idhash;
bool m_print;
......
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