How in TSelector to get the worker ordinal number

Hi,

I need in my TSelector code the ordinal number of the worker on which a job is running. How can I get this information in running ROOT?

In addition, how can I check in TSelector check whether a job is running in Proof, ProofLite, or non-Proof mode?

Thanks.

–Shuwei

Hi,

The following should work:

and then

G. Ganis