TEventList is ignored for creation of RooDataSet from TTree

I’ve observed that TEventList, provided for TTree, is simply ignored for creation of RooDataSet from TTree. It happens due to internal TTree cloning in RooTreeDataStore::loadValues : cloning of TTree/Tchain disconnect tree from TEventList, and subsequent loop over entries tClone are performed without TEventList. Is it a desired feature or bug?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.