Skip to content
Snippets Groups Projects
Commit 17b01f69 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

LArByteStream: Make CaloCellCorrection references const.

    
Make references to CaloCellCorrection instances const.
parent 30aa634e
No related branches found
No related tags found
No related merge requests found
//Dear emacs, this is -*- c++ -*- //Dear emacs, this is -*- c++ -*-
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
...@@ -241,7 +241,7 @@ private: ...@@ -241,7 +241,7 @@ private:
MakeLArCellFromRaw m_makeCell; MakeLArCellFromRaw m_makeCell;
std::vector<std::string> m_LArCellCorrNames; std::vector<std::string> m_LArCellCorrNames;
std::vector<unsigned int> m_IgnoreCheckFEBs; std::vector<unsigned int> m_IgnoreCheckFEBs;
std::vector<CaloCellCorrection*> m_LArCellCorrTools; std::vector<const CaloCellCorrection*> m_LArCellCorrTools;
bool m_doBadChanMasking; bool m_doBadChanMasking;
ILArBadChannelMasker* m_badChannelMasker; ILArBadChannelMasker* m_badChannelMasker;
......
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