Skip to content

Root Error when Compiling RestFrames #7

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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