Skip to content

Root Error when Compiling RestFrames #7

@DJSteins

Description

@DJSteins

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions