Skip to content

Add flag to Algorithm to identify a Sequence

Charles Leggett requested to merge leggett/Gaudi:dev/isSeq into master

Add method isSequencer() to IAlgorithm, to allow easy identification of Sequences (as opposed to now where we check for the presence of various Properties). GaudiSequencer and AthAlgSequencer will override this.

Merge request reports