TPySelector and fInput?

Reposting from the PROOF forum …

Is there any way to get the input object list in a Python class deriving from TPySelector? As I understand it the standard way in C++ is to access the protected member variable fInput, which is hidden in Python.

Thanks,
Peter

Hi,

no, currently only public data members are exposed. I’ll see whether protected data members can be handled in general, or should specifically be added for this class.

Later,
Wim

Peter,

is in trunk. Only explicitly adding worked, although there’s (I think) still a CINT bug that I had to work around.

Cheers,
Wim

Thanks Wim!