JetModelParameterArray#
- class jetset.jet_paramters.JetModelParameterArray(model=None)[source]#
Bases:
ModelParameterArrayParameter-array helper for jet models and kernel-backed parameters.
Notes
Extends
ModelParameterArraywith methods that instantiate parameters from JetSeT dictionary specifications and bind them to jetkernel structures.Methods Summary
add_par_from_dict(model_dic, model, ...)Add par from dict.
Methods Documentation
- add_par_from_dict(model_dic, model, struct_name, parameter_class)[source]#
Add par from dict.
- Parameters:
model_dic (object) – Model-parameter dictionary specification.
model (object) – Model instance.
struct_name (object) – Name of the bound jetkernel structure.
parameter_class (object) – Parameter class used to instantiate entries.