Details
-
Bug
-
Status: Closed (View Workflow)
-
High
-
Resolution: Fixed
-
6.06/00, 5.34/34, 6.04/14
-
None
-
ATLAS workflow (https://its.cern.ch/jira/browse/ATEAM-259 but ticket has restricted access)
Description
Peter Van Gemmeren raised the question of why the automatic TTree read cache should be initialised during TTree::Fill(), after Antonio Limosani noticed the cache creation at that point. It is believed that it is better to not setup the read cache during a method modifying, not reading, the TTree to avoid a situation where the TTreeCache is allocated but not used.