How can I access a tree with a whitespace in the name?

TTree *t;
gFile->GetObject("Tree 1", t); // or your_file->GetObject(...)
t->Scan("*");

Bonus answer: See: Aux;1 aux;2 aux3;