Skip to content
Snippets Groups Projects

Revert some interface changes of THistSvc

Merged Martin Errenst requested to merge merrenst/Gaudi:THistSvc-180131 into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@ preprocessor = normalizeExamples + \
RegexpReplacer(when = "^ - 0x########.*id: ",
orig = r"(.+id: )(\/.*\/.*)( t: )([0,1])( s: )([0,1])( M: )([0-9]+)(.*o: 0x######## )(.*)",
repl = r"\1\2\3\4\5\6\7########\9\10") + \
SortGroupOfLines(r"^ - 0x")
SortGroupOfLines(r"^ -")
validateWithReference(preproc = preprocessor)
</text></argument>
Loading