Skip to content
Snippets Groups Projects
Commit bc399540 authored by Goetz Gaycken's avatar Goetz Gaycken
Browse files

Made IAthSelectionTool const

The accept methods of the IAthSelectionTool are now const.

To achieve const-ness of AthTruthSelectionTool, the original cut flow
object is split into a cut list and a cut flow part. The selection
tool only contains the cut list. The cut flow object is now external.

The selection tool still has the two modes ALL and UNTIL_FAIL, but there
are now different methods for the two modes, rather than a switch. And
the decorator and monitoring tool now use the UNTIL_FAIL mode.

Also the surfaces are now created during initialise if needed rather
then upon the first use.

This addresses ATLASRECTS-4567.


Former-commit-id: 9ac36503
parent d7d47072
No related branches found
No related tags found
Loading
Showing with 463 additions and 173 deletions
Loading
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