Hi John,
On Thu, 24 Jul 2003, Frankland John wrote:
> Hello again everybody
>
> If I have a TTree *tree and a TEventList *list, if I do
> tree->SetEventList(list);
> tree->Process(list);
There is no such function. I assume that you mean;
tree->Process("MySelector.C");
In this case only entries in the list will be read from the file
and given to the selector Process function.
See example and explanations in $ROOTSYS/tutorials/h1analysis.C
Rene Brun
> will
only the events
in the event list be processed ?
>
> I have not found the answer in the doc.
> Cheers
> John
>
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:13 MET