Skip to content
Snippets Groups Projects
  1. Jan 03, 2024
  2. Nov 07, 2023
  3. Sep 19, 2023
  4. Sep 13, 2023
  5. Jul 26, 2023
  6. Jun 16, 2023
  7. Jun 02, 2023
  8. Mar 17, 2023
  9. Jan 30, 2023
  10. Jan 23, 2023
  11. Jan 16, 2023
  12. Nov 23, 2022
  13. Nov 10, 2022
  14. 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
  15. Oct 10, 2022
  16. Jul 01, 2022
    • Rosen Matev's avatar
      Allow histograms to be saved in custom directories · 68b793d4
      Rosen Matev authored
      Before this change, RootHistogramSink always puts a histogram
      in a top level directory named according to the component name.
      This change allows a histogram to be saved in a custom directory
      by naming it with a leading slash. In that case, the component
      name is ignored.
      68b793d4
  17. Mar 23, 2022
  18. Mar 18, 2022
  19. Feb 16, 2022
  20. Dec 13, 2021
  21. Dec 11, 2021
  22. Dec 09, 2021
  23. Aug 23, 2021
  24. Jul 30, 2021
  25. Jul 26, 2021
  26. Jul 19, 2021
  27. Jul 13, 2021
  28. May 17, 2021
  29. Apr 23, 2021
    • Sebastien Ponce's avatar
      Added removeEntity interface to MonitoringHub · 565d7b93
      Sebastien Ponce authored
      This allows to remove entities from the hub (and thus from the sinks in
      the back) and thus allows to use entities in temporary objects, and not
      only in Tool/algorithms.
      
      The counter part is that BufferableCounters are no more movable,
      although I doubt anyone really want to move a counter. It only has the
      consequence that you can hardly have vectors of counters, but arrays or
      deques are still fine
      565d7b93
  30. Feb 25, 2021
    • Sebastien Ponce's avatar
      Improvements on Monitoring::Hub::Entity and accumulators · 7b89d4f2
      Sebastien Ponce authored
      2 main points :
        - the ptr internal data of Entity is now private
        - the string type of some accumulators (counters and histograms
          mostly) has been extended with an extra ':' and a string after it
          describing the precision of the internal data, using the typeid of
          the type that should be used when deserializing it from json
      7b89d4f2
  31. Nov 23, 2020
Loading