piberger / Xbb

New repository for VHbb plus other Xbb analyses
0 stars 8 forks source link

update config parser for recursive replace #76

Closed piberger closed 6 years ago

piberger commented 6 years ago

when switching methods, e.g. DNN/BDT, CMVA/DeepCSV one often has to change many settings in sync. This extends the config parser in a way, it can all be done with a single setting to e updated, which is then propagated further:

method = BDT
settings_BDT = 1
settings_DNN = 2
settings = <!Test|settings_<!Test|method!>!>