User Tools

Site Tools


root:batchmode

Running ROOT in batch mode

Idea

Sometimes it may be useful to use ROOT without anything put on a canvas, e.g. if you want to run a script with nohup and then disconnect the ssh-connection.

How to...

You can start ROOT in batch mode with

root -b

If you have a macro, you have to add:

gROOT->SetBatch();
root/batchmode.txt · Last modified: 2009/03/13 10:53 by decianm