Skip to content

e/gamma Hadronic Leakage : avoid unneeded vector allocations , add unique_ptr

  • There were some unneeded push_back etc on a vector of enums that is const and always the same
  • One place where a unique_ptr could be used is used.

Merge request reports