Skip to content
Snippets Groups Projects
Commit 40fd04fe authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[RF] Remove `NormFactor::GetConst()` and `SetConst()` member functions

As printed out by the HistFactory in a warning message for a long time
already, setting the `Const` attribute to the `<NormFactor>` tag is
deprecated and it will be ignored. Instead, add
`<ParamSetting Const="True"> myparam </ParamSetting>`
to your top-level XML's `<Measurement>` entry.

This deprecation implied that the constant parameter flag in the
`RooStats:HistFactory::NormFactor` class had no effect as well. To avoid
ambiguity in the future, the possibility to set and retrieve this flag with
`NormFactor::SetConst()` and `NormFactor::GetConst()` was removed, and the
aforementioned deprecated warning is not printed anymore.
parent f55b2792
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment