TopEFT / topeft

15 stars 24 forks source link

Store xsec numbers in only one location #338

Open kmohrman opened 1 year ago

kmohrman commented 1 year ago

Update the format of the sample json files so that they do not include the xsec number directly. Instead, it would be better for them to include the key for the given process (for which the corresponding value would be located in the topcoffea/topcoffea/cfg/xsec.cfg config file).

This setup would be better than our current setup because when a cross section is updated, it would only have to be updated in one place (and the JSONs would not have to be modified).