Modify PrCheckerCounterJSONhandler
As the changes in gaudi/Gaudi!1248 (merged), the form to find related JSON file name need to be updated.
To include the JSONSink
in standard Moore jobs, the following additional options are needed:
from Gaudi.Configuration import *
from Configurables import Gaudi__Monitoring__JSONSink as JSONSink
JSONSink(FileName="MooreJSONFile_Test.json")
JSONSink(DumpFullInfo=False)
app = ApplicationMgr()
app.ExtSvc += [JSONSink()]