VERITAS-Observatory / EventDisplay_v4

A reconstruction and analysis pipeline for VERITAS.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Lookup table analysis takes an excessive long time when using ROOT6 #146

Closed GernotMaier closed 2 years ago

GernotMaier commented 2 years ago

(reported by Sonal)

Lookup table analysis takes an excessive long time when using ROOT6. The analysis runs as usual, but the last step before exiting takes 20x or longer than before.

GernotMaier commented 2 years ago

Related to change in how TFile::Close() works for root 6.

Changed for table reading mode following https://root-forum.cern.ch/t/long-time-to-close-root-file-with-o-500k-histograms/44229 insrc/VTableLookup.cpp

GernotMaier commented 2 years ago

Fixed in current main and with v486b