I am trying to use a TSelector using Proof and in my code, I want to pass a parameter to the TSelector. For this, I have in my macro which launch the TSelector:
I do not see anything wrong either except perhaps the template specialization.
In which point of the TSelector are you calling this?
Can you check if the list get anything by doing a
Ok now it works, thank you. I have re-built my code following yours. The only difference that I saw is that I was reading a TTree and not a TChain in wich a TTree has been added.