Skip to content
Snippets Groups Projects

JetMonitoring: Fix clang warning.

Merged Scott Snyder requested to merge ssnyder/athena:clang.JetMonitoring-20201116 into master
1 unresolved thread

The isAvailable check here

  if(j.isAvailable<float>((m_jetScale)+"_pt"))

doesn't do what one expects. This is (int)+(char*), which is not very meaningful.

There actually doesn't seem to be a good way of doing this given the current Jet interface, so just remove this test and hope for the best.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading