[ROOT] batch without script

From: Berrie Giebels (berrie@SLAC.stanford.edu)
Date: Thu Jan 11 2001 - 01:08:57 MET


Hi all,

Does anyone know if it is possible (and how) to run a ROOT batch with code
on the command line and not in a script file?

For instance having  script.C that would contain a few lines of code like
{
Float_t b = 1;
Int_t c = 2;
cout<<b<<c<<endl;
}

and then execute that script in a way like

root -b {Float_t b = 1;Int_t c = 2;cout<<b<<c<<endl;}

instead of

root -b script.C
 ?

Thanks,

Berrie



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:33 MET