-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I had these errors pop up when I tried to compile RestFrames:
MinMassDiffInvJigsaw.cc:216:20: error: ‘class ROOT::Math::Minimizer’ has no member named ‘FixVariable’; did you mean ‘SetVariable’?
m_minimizer->FixVariable(1);
^~~~~~~~~~~
SetVariable
MinMassDiffInvJigsaw.cc:217:20: error: ‘class ROOT::Math::Minimizer’ has no member named ‘FixVariable’; did you mean ‘SetVariable’?
m_minimizer->FixVariable(2);
^~~~~~~~~~~
SetVariable
MinMassDiffInvJigsaw.cc:219:20: error: ‘class ROOT::Math::Minimizer’ has no member named ‘ReleaseVariable’; did you mean ‘SetFixedVariable’?
m_minimizer->ReleaseVariable(1);
^~~~~~~~~~~~~~~
SetFixedVariable
MinMassDiffInvJigsaw.cc:220:20: error: ‘class ROOT::Math::Minimizer’ has no member named ‘ReleaseVariable’; did you mean ‘SetFixedVariable’?
m_minimizer->ReleaseVariable(2);
^~~~~~~~~~~~~~~
SetFixedVariable
Any ideas what may be causing this? I currently have version 5 of ROOT installed on my computer as that is the version that comes when doing apt install root-system
Metadata
Metadata
Assignees
Labels
No labels