Patches for GenFSRJson to correct JSON output
Compare changes
+ 17
− 9
@@ -74,10 +74,9 @@ private:
@@ -331,6 +330,15 @@ StatusCode GenFSRJson::initialize() {
@@ -398,15 +406,15 @@ void GenFSRJson::printFSR() {
Patch GenFSRJson
algorithm so that the output JSON file contains the Gaudi::Property
values and not their string representation. Furthemore correct the setting of default value of m_jsonOutputName
property to implement what original author intended.
Should go with Gauss!821 (merged)