cout<< endl; cout << " To start online (Local Level) Watchers : " << endl; cout << " - to watch one selected actor " << endl; cout << " .x OnlineWatchersLLP.C+ or .x OnlineWatchersLLP.C+(new TFile(\"MySpectra.root\",\"UPDATE\"))" << endl; cout << " - to watch simultaneously all the actors " << endl; cout << " .x OnlineWatchersLLP.C+(0x0,true) or .x OnlineWatchersLLP.C+(new TFile(\"MySpectra.root\",\"UPDATE\"),true)" << endl; cout << " To start online (Global Level) Watchers : " << endl; cout << " .x OnlineWatchersGLP.C+ or .x OnlineWatchersGLP.C+(new TFile(\"MySpectra.root\",\"UPDATE\"))" << endl; cout << " Then start the watching from the ROOT Browser " << endl << endl; cout << " To start offline Watchers : " << endl; cout << " 1 - Configure OfflineWatcher.C (it could be a copy of of the one in DefaultWatchers)" << endl; cout << " 2 - Run the Watchers with : " << endl; cout << " .x OfflineWatchers.C+ or .x OfflineWatchers.C+(new TFile(\"MySpectra.root\",\"UPDATE\"))" << endl; cout << endl; TString adf_path = gSystem-> Getenv |
( |
"ADF_CONF_PATH" |
| ) |
|