Pietro,
In an interactive version do, eg
root > tree.SetScanField(0);
root > tree.Scan(......) ; > scan.log
or if you prefer to execute a script (say pietro.C) containing
tree.SetScanField(0);
tree.Scan(....);
do
root > .x pietro.C > scan.log
Rene Brun
Pietro Govoni wrote:
> Dear ROOTers,
>
> is there a way to apply the TTree::Scan method and sending its output
> to a text file?
>
> Thank you very much, kind regards
>
> pietro
Received on Tue Mar 20 2007 - 15:45:54 CET
This archive was generated by hypermail 2.2.0 : Tue Mar 20 2007 - 17:50:01 CET