Some notes concerning the profile likelihood fitter <> == Out-of-fit uncertainties == {{{ bool runPEsWithSkippedSyst = true; }}} == Full fit == Disable all out-of-fit systematics. {{{ fitvalues[0] = 1.0; }}} == Statistical only == For statistical only set {{{ bool runPEsWithSkippedSyst = false; }}} {{{ fitvalues[0] = 1.0; }}} == Bin-by-bin == Same as Statistical only. Change Template Stat in config. == Linearity ==