Changes between Version 30 and Version 31 of WorkBook/QuickTour
- Timestamp:
- Dec 16, 2014, 11:54:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v30 v31 6 6 - [http://www.tcl.tk Tcl scripting language] 7 7 8 Commands to download Delphes 'source and build Delphes:8 Commands to download Delphes source and build Delphes: 9 9 10 10 {{{ … … 55 55 }}} 56 56 57 == Analyzing Delphes 'Output ==57 == Analyzing Delphes Output == 58 58 59 Delphes 'output can be analyzed with the ROOT data analysis framework.59 Delphes output can be analyzed with the ROOT data analysis framework. 60 60 This can be done in simple cases with TTree::Draw, or with macros for more advanced cases. 61 61 Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and python (using DelphesAnalysis). … … 63 63 === Simple analysis using TTree::Draw === 64 64 65 Start ROOT and load Delphes 'shared library:65 Start ROOT and load Delphes shared library: 66 66 {{{ 67 67 root