Fork me on GitHub

Changeset 44b0a31 in git for README.md


Ignore:
Timestamp:
Mar 8, 2018, 11:57:13 AM (7 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bf46f83
Parents:
816b1a9
Message:

Formating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r816b1a9 r44b0a31  
    5555```
    5656
    57 For more detailed documentation, please visit
    58 
    59 https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook
     57For more detailed documentation, please visit https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook
    6058
    6159Configure Delphes on lxplus.cern.ch
     
    7472```
    7573
    76 
    7774Simple analysis using TTree::Draw
    7875=================================
    7976
    80 Now we can start ROOT and look at the data stored in the output ROOT file.
     77Now we can start [ROOT](root.cern) and look at the data stored in the output ROOT file.
    8178
    8279Start ROOT and load Delphes shared library:
     
    9592```
    9693
    97 Note 1: Delphes - tree name, it can be learned e.g. from TBrowser
     94Notes:
     95* ```Delphes``` is the tree name. It can be learned e.g. from TBrowser.
     96* ```Electron```is the branch name; ```PT``` is a variable (leaf) of this branch.
    9897
    99 Note 2: Electron - branch name; PT - variable (leaf) of this branch
    100 
    101 Complete description of all branches can be found in
    102 
    103    doc/RootTreeDescription.html
    104 
    105 This information is also available at
    106 
    107    https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription
     98Complete description of all branches can be found in [doc/RootTreeDescription.html](doc/RootTreeDescription.html).
     99This information is also available [in the workbook](https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription).
    108100
    109101Macro-based analysis
     
    165157```
    166158
    167 
    168159More advanced macro-based analysis
    169160==================================
    170161
    171 The 'examples' directory contains ROOT macros Example1.C, Example2.C and Example3.C.
     162The 'examples' directory contains ROOT macros [Example1.C](examples/Example1.C), [Example2.C](examples/Example2.C) and [Example3.C](examples/Example3.C).
    172163
    173164Here are the commands to run these ROOT macros:
Note: See TracChangeset for help on using the changeset viewer.