ViewAlgsTest: const fixes.
A long-standing bug in DataVector has allowed getting non-const pointers from a const_iterator. This package was relying on this to compile. Fix by using ConstDataVector. Also, one should generally not have an aux store for a view container; fix that too. Former-commit-id: 0c57cf2c
Showing
- Trigger/TrigSteer/ViewAlgsTest/src/EventViewCreatorAlgorithm.cxx 3 additions, 16 deletions.../TrigSteer/ViewAlgsTest/src/EventViewCreatorAlgorithm.cxx
- Trigger/TrigSteer/ViewAlgsTest/src/EventViewCreatorAlgorithm.h 2 additions, 2 deletions...er/TrigSteer/ViewAlgsTest/src/EventViewCreatorAlgorithm.h
Loading
Please register or sign in to comment