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