Changeset 44b0a31 in git
- Timestamp:
- Mar 8, 2018, 11:57:13 AM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bf46f83
- Parents:
- 816b1a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r816b1a9 r44b0a31 55 55 ``` 56 56 57 For more detailed documentation, please visit 58 59 https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook 57 For more detailed documentation, please visit https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook 60 58 61 59 Configure Delphes on lxplus.cern.ch … … 74 72 ``` 75 73 76 77 74 Simple analysis using TTree::Draw 78 75 ================================= 79 76 80 Now we can start ROOTand look at the data stored in the output ROOT file.77 Now we can start [ROOT](root.cern) and look at the data stored in the output ROOT file. 81 78 82 79 Start ROOT and load Delphes shared library: … … 95 92 ``` 96 93 97 Note 1: Delphes - tree name, it can be learned e.g. from TBrowser 94 Notes: 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. 98 97 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 98 Complete description of all branches can be found in [doc/RootTreeDescription.html](doc/RootTreeDescription.html). 99 This information is also available [in the workbook](https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/RootTreeDescription). 108 100 109 101 Macro-based analysis … … 165 157 ``` 166 158 167 168 159 More advanced macro-based analysis 169 160 ================================== 170 161 171 The 'examples' directory contains ROOT macros Example1.C, Example2.C and Example3.C.162 The 'examples' directory contains ROOT macros [Example1.C](examples/Example1.C), [Example2.C](examples/Example2.C) and [Example3.C](examples/Example3.C). 172 163 173 164 Here are the commands to run these ROOT macros:
Note:
See TracChangeset
for help on using the changeset viewer.