[ROOT] cd to subpads

From: Stefan Stonjek (stonjek@mail.desy.de)
Date: Wed Oct 18 2000 - 19:13:16 MEST


Hello,

this script gives an error message for the last command
================================================
{
  TCanvas *c1 = new TCanvas("c1","c1",800,600);
  c1->Divide(2,2);
  c1_1->Divide(2,2);
  // this works
  c1->cd(1);
  c1_1->cd(1);
  // this does not work
  c1_1_1->cd();
}
================================================
Error: No symbol c1_1_1 in current scope FILE:/home/stonjek/afs/root/cd_test.C LINE:9
================================================

but a dump show that an object c1_1_1 exists

==================================================
fName.*fData             c1_1_1
fTitle.*fData            c1_1_1
==================================================

Is this a bug or a feature? What is the correct way to hadle this subpads?

Tschuess
	Stefan

*********      Stefan  Stonjek     *********
*****            DESY / ZEUS           *****
*****      Stefan.Stonjek@desy.de      *****
*********  Tel.: +49-40-8998-3159  *********



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:35 MET