Dump Counter info into jsonfile
Scratch updated description
According to the previous plan about Add counter to dashboard
(https://gitlab.cern.ch/lhcb-rta/data-challenges/-/issues/16), we first try to dump the counter information into a JSON file. This has been implemented by adding a sub-program as JSONSink.cpp
.
Two arguments for this program:
-
FileName
with a default namecounters.json
. -
DumpFullInfo
with a default valuefalse
for users to decide if all the information is need.
FYI @msaur
Edited by Ziyi Wang