Skip to content
Snippets Groups Projects

eliminate automatic appending of `_%SYS%` to output names in CP algorithms

Merged Nils Erik Krumnack requested to merge krumnack/athena:no_sys_support into 21.2
8 files
+ 11
26
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -23,7 +23,7 @@ def makeOverlapSequence (dataType) :
from AsgAnalysisAlgorithms.PileupAnalysisSequence import \
makePileupAnalysisSequence
pileupSequence = makePileupAnalysisSequence( dataType )
pileupSequence.configure( inputName = 'EventInfo', outputName = 'EventInfo' )
pileupSequence.configure( inputName = 'EventInfo', outputName = 'EventInfo_%SYS%' )
algSeq += pileupSequence
# Include, and then set up the electron analysis sequence:
Loading