Hello:
I’m using TSelector to pull pertinent data from one Tree and build some smaller trees, including ggMat. Running the selector, I get some infrequent errors such as:
…
Processed Events: 89 % (171741 events out of 194014)
Processed Events: 89 % (171760 events out of 194014)
Error in TTree::Fill: Failed filling branch:ggMat.entries, nbytes=-1
Error in TTree::Fill: Failed filling branch:ggMat.mul, nbytes=-1
Processed Events: 89 % (171779 events out of 194014)
Processed Events: 89 % (171798 events out of 194014)
…
Despite the errors, I haven’t found any missing events in the resultant tree compared to the parent. I’m assuming the error message is prompt, so that any missing events/branches should be close to the error.
Is there a chance that these errors in filling are being caught and corrected?
(Sorry not to send an example, I haven’t gotten a simplified version to recreate the problem yet)
Thank you!
Caleb Mattoon