Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
    • Chris Burr's avatar
      Optimise basket sizes created by RootCnvSvc · 59218fc9
      Chris Burr authored
      Previously the basket size configuration could only be coarsely applied to all
      branches but in most real world files the size of the data in each branch varies
      significantly. Setting a small value causes large branches to be packed into
      individual baskets and prevents effective compression. Setting a large value
      improves the compression ratio of large branches but causes excessive memory
      usage.
      
      Instead we change the parameters to only specifiy the maximum and minimum
      branch size and provide a target for the number of events to pack into each
      basket. We then use the first event to estimate the size of the branch.
      
      This makes the branching very sensitive to the first event size however this
      seems to work okay in practice. If needed the basket sizes could be refined
      after several events to give a more precise estimate.
      59218fc9
    • Marco Clemencic's avatar
      Avoid unneccessary work if tests are not requested · 5de4967d
      Marco Clemencic authored
      See merge request !1391
      5de4967d
    • Marco Clemencic's avatar
      Use Gitlab CI DAG pipelines · a067a6ba
      Marco Clemencic authored
      See merge request !1393
      a067a6ba
  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