]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/howtorun.html
Update master to aliroot
[u/mrichter/AliRoot.git] / html / howtorun.html
index fd03d55e719efed1e81a653ba116b9a60c2bfc7d..ed229338f88f705b8860565c33f5c1cb7757fb56 100644 (file)
@@ -187,7 +187,7 @@ processing. An <a href="roothtml/examples/grun.C.html">elementary macro</a>
 to run AliRoot in batch mode is provided amongst the examples, and it can
 be used in the following way to run a 10 events run
 
-<p> <KBD> aliroot -b grun.C\(10\)</KBD>
+<p> <KBD> aliroot -b -q grun.C\(10\)</KBD>
 
 <p> Note that the backslashes are necessary to prevent the shell from
 interpreting the brackets.
@@ -203,7 +203,8 @@ the following:
 <li> Define a <var>STAGE_HOST</var> variable which is in our case
 <var>shiftalice</var>
 
-<p><li> In your <var>Config.C</var> macro, instead of opening the file as
+<p><li> In your <var>Config.C</var> macro, or in any other place where
+you open a file, instead of opening the file as
 
 <p><kbd>
    TFile *f = new TFile("filename","option");
@@ -212,7 +213,7 @@ the following:
 <p>use
 
 <p><kbd>
-   TFile * = TFile::Open("rfio:filename","option");
+   TFile *f = TFile::Open("rfio:filename","option");
 </kbd>
 
 <p><li>Stage a file via the command
@@ -235,7 +236,7 @@ precious disk space. To delete a staged file instead do
 </ol>
 
 <p>More information on stage can be found in the <a
-href="http://wwwinfo.cern.ch/pdp/ps/stager_commands.html">man pages</a> of
+href="http://wwwinfo.cern.ch/pdp/castor/doc/public/all_man_pages.html">man pages</a> of
 the different stage commands or in the CORE <a
 href="http://wwwinfo.cern.ch/pdp/sc/coreplus.html">User Guide</a>.