You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use the python configuration to map collections into multiple instantiations of the same histogram class. The python configuration file should name a json file which will configure which histograms it will fill. Multiple instances of this set of histograms can be used for different sets of input collections, which should be set in the python configuration script.
The text was updated successfully, but these errors were encountered:
Hi Maurik,
Thank you for opening up the discussion. We were already worked on this issue (we actually started in the morning but then got side-tracked in the afternoon on other topics)
There is already a commit in iss26 which implemented the C++ for reading json files. This will improve the turn-around of plot production as basic plot definitions will be set at run-time instead at compilation time. Machinery tested and working. Planning to extend a bit in the next days.
Perhaps the title of the issue is too long. What it boils down to is to:
Add configuration to the processors from config.py
Add configuration files for making TH1/TH2.
Quite basic and nothing really fancy as might sound at first! =)
We would like to use the python configuration to map collections into multiple instantiations of the same histogram class. The python configuration file should name a json file which will configure which histograms it will fill. Multiple instances of this set of histograms can be used for different sets of input collections, which should be set in the python configuration script.
The text was updated successfully, but these errors were encountered: