Skip to content

PFEnergyPredictorTool: Fix clang warning

PFEnergyPredictorTool.cxx:157:13: warning: variable 'totalE' set but not used [-Wunused-but-set-variable]
     double totalE = 0.0;

ping @ssnyder as he is regularly looking at these so as to avoid duplication of work

Merge request reports