Skip to content

Modernize FutureGammaPi0XGBoostTool

Gerhard Raven requested to merge modernize-FutureGammaPi0XGBoostTool into master
  • move interface to XGB into tool
  • use float throughout to avoid a spurious std::vector and the corresponding heap allocation
  • prefer functions in anonymous namespace over member functions
  • remove unnecessary constructor
  • remove unnecessary DeCalorimeter pointer

Merge request reports