I have a simple request:
For example:
TPad pad = new TPad("pad","",0.5,0.5,1.,1.);
pad->Divide(2,3);
pad->cd(4);
// I am in pad_4
// but how to get the pointer on this subpad without
// using TROOT::FindObject method ?
// why not have: TPad* subpad = pad->cd(4); !!!!!!!!!!!!!!
Best regards.
**************************************
Patrice Lebrun
Institut de Physique Nucleaire de Lyon
Phone: 04 72 44 84 43
Fax: 04 72 43 14 52
*******************