Access to the continuous entry number in TChain->Draw()

From TChain->GetEntry( int ) I get the index of the entry. However, I can’t use that same number as a cut in

TChain->Draw("",“Entry$”)

because the Entry$ number from the underlying TTree is used here, instead of the continuous-entry number referered to by TChain. Please fix this! I need to be able to select certain event numbers when doing a TChain->Draw().

Thanks,
Martin

This has now been fixed in the head of the CVS repository (ROOT 5.15/09).

Cheers,
Philippe.