Skip to contents

The fingerprint covers every slot that repair_params() reads or writes and every slot that the MizerParams validity function inspects, except for the values inside the large rate arrays, of which only the dimensions and dimension names are included. The values in those arrays are checked unconditionally by check_finite() instead.

Usage

validation_key(params)

Arguments

params

A MizerParams object.

Value

A string.

Details

The fingerprint is always calculated afresh from the current contents of the object, never stored on the object itself, so no change to the object can escape it.