-
- Downloads
[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.
Showing
- README/ReleaseNotes/v628/index.md 16 additions, 1 deletionREADME/ReleaseNotes/v628/index.md
- roofit/histfactory/inc/RooStats/HistFactory/Sample.h 1 addition, 1 deletionroofit/histfactory/inc/RooStats/HistFactory/Sample.h
- roofit/histfactory/inc/RooStats/HistFactory/Systematics.h 0 additions, 4 deletionsroofit/histfactory/inc/RooStats/HistFactory/Systematics.h
- roofit/histfactory/src/ConfigParser.cxx 0 additions, 3 deletionsroofit/histfactory/src/ConfigParser.cxx
- roofit/histfactory/src/HistoToWorkspaceFactoryFast.cxx 0 additions, 7 deletionsroofit/histfactory/src/HistoToWorkspaceFactoryFast.cxx
- roofit/histfactory/src/Sample.cxx 1 addition, 3 deletionsroofit/histfactory/src/Sample.cxx
- roofit/histfactory/src/Systematics.cxx 1 addition, 4 deletionsroofit/histfactory/src/Systematics.cxx
- roofit/hs3/src/HistFactoryJSONTool.cxx 0 additions, 3 deletionsroofit/hs3/src/HistFactoryJSONTool.cxx
Loading
Please register or sign in to comment