Skip to content

change some details of TProfile2D and TEfficiency(2D) support

Tim Adye requested to merge adye-2d into master
  • __plotProf2D now converts TProfile2D to TH2D, and hands over plotting to __plotTH2(). So now includes the X/Y projection plots.
  • __TEfficiency2TGraph now returns a TH2F for 2D TEfficiency. Use this instead of testing in the caller. So now copies the histogram name.
  • Bump to DCube version 5.4

Merge request reports