TSelector input argument when not running proof

I have issued the question to ROOT support:

Dear all,

I am searching for a way to give an input argument to my TSelector class when I am not running in PROOF. I saw a thread posted earlier that when in PROOF one can do something like:

gProof->AddInput(new TNamed(“outputfile”,“outputfile.root”));

But this does not work if I run my TSelector class out of PROOF, but just in ROOT.

Is there any way of inputing my argument into my TSelector class?

Thanks
Maiken

Duplicate post, see How to issue TSelector input argument when not running proof