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
When using a correction, in particular for systematic string inputs, it would be useful to be able to enumerate the allowed values to automate the processing of systematic uncertainties. This would be an evaluator call.
At present, from the schema, one can access such info through the summary method:
This would be very nice; also getting access to the list of correction names in a correctionSet would be useful (e.g., at the moment the JERC uncertainties are implemented as different correction objects). It should be easy enough to give access to the keys of the maps in the CorrectionSet object.
When using a correction, in particular for systematic string inputs, it would be useful to be able to enumerate the allowed values to automate the processing of systematic uncertainties. This would be an evaluator call.
At present, from the schema, one can access such info through the summary method:
would return
{'nom', 'up', 'down'}
Both this current method and a future evaluator call would need to be modified for #5
The text was updated successfully, but these errors were encountered: