How to use FillN with floats?

  1. FillN() has no overload taking a float array; please use doubles.
  2. FillN() behaves as if Fill() got called for each element in the array. See https://root.cern.ch/doc/master/TH1_8cxx_source.html#l03380

Cheers, Axel.