Skip to content
Snippets Groups Projects
Commit 274be35a authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Add allViewAlgorithms to viewSeq at end

parent b78842ea
No related merge requests found
......@@ -31,7 +31,6 @@ viewSeq += viewMaker
# Set of view algs
allViewAlgorithms = AthSequencer(viewNodeName, Sequential=False, ModeOR=False, StopOverride=False)
viewSeq += allViewAlgorithms
if TriggerFlags.doID:
......@@ -268,3 +267,4 @@ if TriggerFlags.doCalo:
algo.RoIs="EMViewRoIs"
allViewAlgorithms += algo
viewSeq += allViewAlgorithms
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