Bug while reading TUUID?

Hi,

I have the following code TUUIDInTFileBugReport.C (1.2 KB)
which tries to read a TUUID from a TFile. The Build test file should contain 10 unique ids, which will be reproduced by the current state of the reading routine. But when the line //tree->SetBranchStatus("*",false);
is not commented out, the reading code will only print one id, nevertheless the specific branch has been explicitly activated before setting up the branch address.

Is this a bug or a misunderstanding on my side?.

Thanks for you help

Cheers Thomas

tree->Branch("info_run", &run_info, 32000, 0); // do not split

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