The source project of this merge request has been removed.
Add reset_parameters to modify WS while valueMode unchanged
Hi! Here is some developments to handle the 4b workspace with already-post-fit NPs (alpha_* and gamma_*). We cannot simply use profile_parameter
because some of these NPs are pruned, such an action will float those fixed NPs again. So I add an option reset_parameter
which is very similar to profile_parameter
but keep the ValueMode unchanged.