Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 160
    • Merge requests 160
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !22303

fixed initialization problem when multiple instances of the InDetTrackBiasingTool are created

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Philipp Windischhofer requested to merge phwindis/athena:InDetTrackBiasingTool_initialization into 21.2 Apr 01, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Several histograms containing necessary data are loaded when the tool is invoked for the first time. The boolean flag keeping track of this was however defined as "static", i.e. when multiple tools are created, only one is ever initialized.

Implemented solution: change the flag to a private variable.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: InDetTrackBiasingTool_initialization