Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 290
    • Issues 290
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 67
    • Merge requests 67
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !611

Modernize TrackExtrapolators

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gerhard Raven requested to merge modernize-runge-kutta into master Jun 05, 2017
  • Overview 20
  • Commits 6
  • Pipelines 0
  • Changes 12
  • declare Boost headers to be 'system' headers
  • prefer std::abs over fabs
  • prefer Gaudi::Property
  • add final
  • prefer implicit (compiler generated) destructors
  • do not cache msgLevel(MSG::DEBUG)
  • modernize TrackRungeKuttaExtrapolator
    • create dedicated type to select Butcher Tableaux as property
    • group various magic numbers in explicit Butcher Tableaux
    • use boost::variant to keep track of various Tableaux
    • pass the above variant to extrapolate
    • make templated evaluateRKStep, evaluateRKStepJacobian and instantiated it for the various Butcher Tableaux
    • according to cachegrind, this uses 5% less cycles...
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: modernize-runge-kutta