Changes between Version 35 and Version 36 of WorkBook/QuickTour
- Timestamp:
- Dec 17, 2014, 11:41:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/QuickTour
v35 v36 57 57 Delphes output can be analyzed with the ROOT data analysis framework. 58 58 This can be done in simple cases with TTree::Draw, or with macros for more advanced cases. 59 Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and python (using DelphesAnalysis).59 Examples and mini analysis frameworks are provided in C++ (using !ExRootAnalysis) and Python (using DelphesAnalysis). 60 60 61 61 === Simple analysis using TTree::Draw === … … 167 167 === Analysis in Python === 168 168 169 DelphesAnalysis is an analysis framework written in python where a clear separation is maintained between the standard code and what the user has to implement. This makes it easy to apprehend and generic, still retaining full flexibility and scalability. It is configured in a single configuration file.169 DelphesAnalysis is an analysis framework written in Python where a clear separation is maintained between the standard code and what the user has to implement. This makes it easy to apprehend and generic, still retaining full flexibility and scalability. It is configured in a single configuration file. 170 170 171 171 More details and examples on the dedicated page.