Right now the config file (both json and python version) has the following format.
it contains a DETECTOR_DESC that contains all the configs. The config of experiment is also specified in DETECTOR_DESC, which doesn't sounds reasonable.
I need to refactor the config to separate the config for experiment and the config for detector.
Right now the config file (both json and python version) has the following format.
it contains a DETECTOR_DESC that contains all the configs. The config of experiment is also specified in DETECTOR_DESC, which doesn't sounds reasonable.
I need to refactor the config to separate the config for experiment and the config for detector.