Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
  2. Jul 26, 2023
  3. Jun 16, 2023
  4. Jun 02, 2023
  5. Mar 17, 2023
  6. Jan 30, 2023
  7. Jan 23, 2023
  8. Jan 16, 2023
  9. Nov 23, 2022
  10. Nov 10, 2022
  11. 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
  12. Oct 10, 2022
  13. 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
  14. Mar 23, 2022
  15. Mar 18, 2022
  16. Feb 16, 2022
  17. Dec 13, 2021
  18. Dec 11, 2021
  19. Dec 09, 2021
  20. Aug 23, 2021
  21. Jul 30, 2021
  22. Jul 26, 2021
  23. Jul 19, 2021
  24. Jul 13, 2021
  25. May 17, 2021
  26. 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
  27. 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
  28. Nov 23, 2020
  29. Nov 18, 2020
  30. Oct 26, 2020
  31. Oct 15, 2020
Loading