]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- updated documentation explaining the new arguments
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jun 2010 09:05:07 +0000 (09:05 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jun 2010 09:05:07 +0000 (09:05 +0000)
HLT/QA/tasks/macros/compare-HLT-offline-grid.C

index 4e3ed8fe0a3b171fca7e93e16b812aada3b3bd24..7e42eb616fc603106645b71d80e603f522e880bc 100644 (file)
@@ -8,12 +8,14 @@
  *
  * Usage:
  * <pre>
- *   aliroot -b -q -l compare_HLT_offline_grid.C'("full","phos")' 2>&1 | tee task.log
- *   aliroot -b -q -l compare_HLT_offline_grid.C'("full","global")' 2>&1 | tee task.log
- *   aliroot -b -q -l compare_HLT_offline_grid.C 2>&1 | tee task.log
+ *   aliroot -q compare-HLT-offline-grid.C'("000115322","/alice/data/2010/LHC10b","ESDcomparison","output","full","global")' 2>&1 | tee log
  * </pre>
- *
- * If no argument is specified, ALL detector tasks are run. The GRID mode is by default 'full'.
+ * - run number
+ * - GRID input directory, where you define in which LHC period the run number belongs to
+ * - GRID working directory, where the .xml, .jdl and the task are uploaded (you have to create it yourself in advance)
+ * - GRID output directory with respect to the working one, where the output files of the task are located (you have to create it yourself in advance)
+ * - run in full mode, i.e. completely on the GRID with all the chunks of the run processed
+ * - specify the analysis task you want to run
  *
  * @ingroup alihlt_qa
  * @author zbyin@mail.ccnu.edu.cn, Kalliopi.Kanaki@ift.uib.no