Changes between Version 27 and Version 28 of AnalysisTutorial


Ignore:
Timestamp:
06/04/14 16:19:13 (10 years ago)
Author:
Daniela Dorner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalysisTutorial

    v27 v28  
    55
    66To analyse data, you should be familiar with the following steps:
     7
     8=== technical information ===
     9 set ROOT environment::
     10   ''source /path_to_ROOT/bin/thisroot.sh'' (you can put this into your .bashrc file)
     11 how to start a macro::
     12   go to Mars directory[[BR]]
     13   start ''root''[[BR]]
     14   execute ''.x path/macro.C("with maybe some variable", 2)'' [[BR]]
     15   example ''.x fact/analysis/star.C("/path/sequencefile.txt",5.3,3.2,"inpath","outpath")'' [[BR]]
     16   or directly ''root -b -q fact/analysis/star.C\(\"/path/sequencefile.txt\"\,5.3\,3.2\,\"inpath\"\,\"outpath\"\)'' (-b for without display)
     17 rawdata in wü:: /fact/raw/YYYY/MM/DD/YYYYMMDD_FFF.fits.fz
     18 callisto in Wü:: /scratch/local/dorner/data.2013.05.11/callisto/YYYY/MM/DD/ (temporary path, will be changed)
     19 star in Wü:: /scratch/local/dorner/data.2013.05.11/star/YYYY/MM/DD/ (temporary path, will be changed)
     20 sequences in Wü:: /scratch/local/dorner/sequences/YYYY/MM/DD/ (temporary path, will be changed)
    721
    822=== callisto ===
     
    7488in the filename wildcards can be used
    7589
    76 === technical information ===
    77  how to start a macro::
    78    go to Mars directory[[BR]]
    79    start ''root''[[BR]]
    80    execute ''.x path/macro.C("with maybe some variable", 2)'' [[BR]]
    81    example ''.x fact/analysis/star.C("/path/sequencefile.txt",5.3,3.2,"inpath","outpath")'' [[BR]]
    82    or directly ''root -b -q fact/analysis/star.C\(\"/path/sequencefile.txt\"\,5.3\,3.2\,\"inpath\"\,\"outpath\"\)'' (-b for without display)
    83  set ROOT environment::
    84    ''source /path_to_ROOT/bin/thisroot.sh''
    85  rawdata in wü:: /fact/raw/YYYY/MM/DD/YYYYMMDD_FFF.fits.fz
    86  callisto in Wü:: /scratch/local/dorner/data.2013.05.11/callisto/YYYY/MM/DD/ (temporary path, will be changed)
    87  star in Wü:: /scratch/local/dorner/data.2013.05.11/star/YYYY/MM/DD/ (temporary path, will be changed)
    88  sequences in Wü:: /scratch/local/dorner/sequences/YYYY/MM/DD/ (temporary path, will be changed)
    89 
    9090=== exercises A ===
    9191