Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 6.08/02
-
Component/s: TTree
-
Labels:None
-
Environment:
any
-
Development:
Description
Creating a TTreeReaderValue after having looped over a TTreeReader prompts an error message at runtime. This error mentions calling `TTreeReader::Reset` as a solution, but said method does not exist.
Assuming `TTreeReader::Restart` was meant, patching is trivial (attached).