Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
  2. Nov 14, 2022
  3. Nov 09, 2022
  4. Nov 08, 2022
  5. Nov 04, 2022
    • Rosen Matev's avatar
      Fix TProfile creation in ROOT monitoring sink when SetDefaultSumw2 is used · 743c54d1
      Rosen Matev authored
      When the static function TH1::SetDefaultSumw2 had been called (passing true), `Sumw2(true)` is automatically
      called by the constructor of TProfile. This is a problem because in the profiles in Gaudi::Accumulators we do
      not keep track of the sum of squares of weights and consequently don't set fBinSumw2 of the TProfile, which in
      turn leads to a self-inconsistent TProfile object. The "fix" is to disable sum of squares explicitly.
      743c54d1
  6. Nov 01, 2022
  7. Oct 23, 2022
  8. Oct 20, 2022
  9. Oct 12, 2022
  10. Oct 11, 2022
  11. Oct 10, 2022
  12. Oct 09, 2022
  13. Oct 08, 2022
  14. Oct 07, 2022
Loading