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 179
    • Merge requests 179
  • 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
  • !55737

Get TrigEventSelectionAlg working in AthAnalysis

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Dan Guest requested to merge dguest/athena:make-tj-cry into master Aug 09, 2022
  • Overview 17
  • Commits 1
  • Pipelines 1
  • Changes 1

This is a "fix" for an issue I was getting running a few algorithms that used CutFlowSvc in AthAnalysis.

On the first event I get

CutFlowSvc                                          ERROR Inconsistent weights and variation sizes 217 and 1
terminate called after throwing an instance of 'std::runtime_error'
  what():  Inconsistent weights and variation sizes

I'm tagging @tadej, @khoo, @jburr, @frenner, @viruelas. I'll work on an MRE, for now the problem is demonstrated in some analysis code.

Roughly speaking, I set up MainServicesConfig, SystematicsSvc, TrigDecisionTool, TrigEventSelectionAlg, and call makeEventSelectionAnalysisSequence.

Does anyone have this working in AthAnalysis?

Edited Aug 10, 2022 by Victor Hugo Ruelas Rivera
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: make-tj-cry