TTreeReader::Restart() problem


_ROOT Version: 6.06/06
_Platform: lxplus
Compiler: Not Provided


Hello,

I think that something strange happens with the TTreeReader::Restart() function.

-bash-4.1$
-bash-4.1$ root -l
root [0] TTreeReader* R
(TTreeReader *) nullptr
root [1] R->Restart()
ROOT_prompt_1:1:4: error: no member named ‘Restart’ in ‘TTreeReader’
R->Restart()
~ ^
root [2]

Can somebody check it?

Thank you!
Panagiotis

Isn’t Restart() only available starting from v6.08? Compare the ROOT v6.06 TTreeReader class documentation with the one from ROOT v6.08.

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