Skip to content
Snippets Groups Projects
  1. Nov 16, 2022
  2. Nov 15, 2022
  3. Nov 08, 2022
  4. Oct 12, 2022
  5. Sep 07, 2022
  6. Sep 06, 2022
  7. Aug 08, 2022
  8. Jul 29, 2022
  9. Jul 09, 2022
  10. Jul 06, 2022
  11. 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
  12. Jun 24, 2022
  13. Jun 17, 2022
  14. Jun 16, 2022
  15. May 11, 2022
  16. Mar 30, 2022
  17. Mar 25, 2022
  18. Mar 23, 2022
  19. Mar 04, 2022
  20. Feb 16, 2022
  21. Jan 20, 2022
  22. Jan 14, 2022
  23. Jan 13, 2022
  24. Jan 06, 2022
  25. Dec 20, 2021
  26. Dec 15, 2021
  27. Dec 09, 2021
  28. Dec 08, 2021
    • Frank Winklmeier's avatar
      THistSvc: cache TObject types · d9ddd8c9
      Frank Winklmeier authored
      The `TObject::InheritsFrom` call can be quite slow. Since we already
      deduce the object type (`TH1`, `TTree`, etc.) during registration, save
      this information and use it instead of re-deriving it every time.
      Also avoid calling `updateFiles` if no TTrees are registered.
      
      Both these changes significantly speed up the `EndEvent` incident
      handling for jobs with large (>10k) number of histograms.
      
      Also re-organize `struct THistID` to avoid padding and delete unused
      `reset` method.
      d9ddd8c9
Loading