Tree Scan method

Hi
I want to specify col size for printing the tree contents. As per the documentation, I call the scan method as follows;

tree->Scan(“CellName:ADP”,"",“colsize=30”);

(root example in TTreeViewer Scan method:

tree->Scan(“a:b:c”,"",“colsize=30 precision=3 col=::20.10”);
)

but the result is always displayed using the defualt i.e. 9 characters per column

I am using ROOT V 4.00/08 on RedHat

Thanks
Asif

Asif,

See the documentation. This feature was implemented only in 4.02

Rene