Skip to content

TrigInDetAnalysis+TrigInDetAnalysisExample: fix cppcheck warnings

Frank Winklmeier requested to merge fwinkl/athena:trigindetana2 into 24.0
  • make TrackAnalysis non-copyable (as it uses dynamic memory allocation in constructor)
  • initialize uninitialized histogram pointers (they are being initialized later but not in the constructor)

Merge request reports