fOutput not containing TNtuple in 5.27.04 (worked in .02)

Hi PROOF experts

I’m adding a TNtuple to the fOutput List.
In Terminate, I would like to retrieve this TNtuple, but actually fOutput doesn’t contain it anymore. (I checked via Print() )

This was not the case in 5.27.02, there it worked perfectly.

Can it be that this has to do with this new feature that automatically sets the pointers? Because the Pointer I’m using is not available in the TSelector (but only in a member object, which adds the TNtuple to the Selector).

Thanks in advance for help

ctopfel

Can you show an example how you access this TNtuple from the member object? This might help us understand what goes on.

Cheers, Fons.