Skip to content
Snippets Groups Projects
Commit 46f4a8f0 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

TrigT1CaloCalibTools: DataVector const fix

A long-standing DataVector bug has allowed getting a non-const pointer
from a const_iterator.  Fix a const problem in this package that relied
on this bug.



Former-commit-id: 381d3d23
parent aa430fb6
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ namespace LVL1{
mapSum::iterator it_map;
LVL1::TriggerTower *tt;
const LVL1::TriggerTower *tt;
TriggerTowerCollection::const_iterator p_itTT = triggerTowerCollection.begin();
TriggerTowerCollection::const_iterator p_itTTEnd = triggerTowerCollection.end();
......
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