Skip to content

tauRecTools: avoid caching event information in eventInitialize

Xiaozhong Huang requested to merge xiaozhon/athena:avoid_ini_or_fin_event into master

eventInitialize is used to cache event information in tauRecTools, which maybe a problem to MT. Avoid eventInitialize by moving the codes to execute or upstream algorithm.

Merge request reports