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 181
    • Merge requests 181
  • 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
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !59633

Move b-tagging options into b-tagging config flags

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dan Guest requested to merge dguest/athena:btrig-config into master Jan 06, 2023
  • Overview 8
  • Commits 3
  • Pipelines 4
  • Changes 3

The configuration for b-jet trigger had a few overrides which were hardcoded in the runHLT_standalone.py job options fragment. Since we're moving away from job options fragments in general, I moved these to BTaggingConfigFlags. This might be of interest to @lbeemste who is currently working on the "new" configuration code: with this change the b-jet setup is correct in the new configuration by default and he should have one less thing to worry about.

While I was there I noticed an option called PrimaryVertexCollectionName which was only used in one configuration file, and on further inspection I think that configuration file isn't used anywhere else. So I deleted both the option and the file that uses it. This might be interesting to @bdong and @duperrin but it should change absolutely nothing in terms of b-tagging outputs.

No new features added, no outputs should change. This is just cleanup.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: btrig-config