Physics:Quantum data analysis/Analysing ROOT trees: Difference between revisions
Extend short Quantum book page text |
Extend Book IV intro abstract |
||
| Line 1: | Line 1: | ||
{{Short description|Analysing ROOT trees in particle-physics data analysis}} | {{Short description|Analysing ROOT trees in particle-physics data analysis}} | ||
{{Quantum data backlink|Data Processing Techniques}} | {{Quantum data backlink|Data Processing Techniques}} | ||
| Line 11: | Line 11: | ||
<div style="flex:1; line-height:1.45; color:#006b45; column-count:2; column-gap:32px; column-rule:1px solid #b8d8c8;"> | <div style="flex:1; line-height:1.45; color:#006b45; column-count:2; column-gap:32px; column-rule:1px solid #b8d8c8;"> | ||
</div> | '''Analysing ROOT trees''' is used in particle-physics data analysis to turn detector output, simulated samples, and theoretical models into quantitative physics results. In high-energy experiments the term is connected with event selection, calibration, uncertainty treatment, validation, and comparison with Standard Model or beyond-Standard-Model predictions. The analysis task is usually defined by the observable being measured or the signal being searched for. A robust workflow keeps raw detector information, reconstructed objects, simulated events, control samples, and statistical models traceable so that assumptions can be checked and systematic uncertainties can be propagated. In practice, analysing root trees must be documented with selection definitions, units, binning choices, correction factors, and reproducible code or configuration.</div> | ||
<div style="width:300px;"> | <div style="width:300px;"> | ||
Revision as of 06:35, 20 May 2026
Overview
Analysing ROOT trees is used in particle-physics data analysis to turn detector output, simulated samples, and theoretical models into quantitative physics results. In high-energy experiments the term is connected with event selection, calibration, uncertainty treatment, validation, and comparison with Standard Model or beyond-Standard-Model predictions.
Analysis role
The analysis task is usually defined by the observable being measured or the signal being searched for. A robust workflow keeps raw detector information, reconstructed objects, simulated events, control samples, and statistical models traceable so that assumptions can be checked and systematic uncertainties can be propagated.
Practical considerations
In practice, analysing root trees must be documented with selection definitions, units, binning choices, correction factors, and reproducible code or configuration. This makes the result easier to compare across experiments and easier to reinterpret when improved simulations, calibrations, or theoretical predictions become available.[1]
Quality checks
For analysing root trees, useful checks include closure tests on simulated samples, comparison with independent control regions, and stability tests under reasonable changes of selection, calibration, and binning. These checks help separate statistical fluctuations from analysis choices and detector effects.
Documentation
The page should record the definition of the objects being used, the data or simulation inputs, and the uncertainty model. That documentation is important because later measurements often reuse the same workflow with improved detector conditions or larger data sets.
See also
Table of contents (60 articles)
Index
Full contents
References
- ↑ "Review of Particle Physics". Physical Review D 110 (3): 030001. 2024. doi:10.1103/PhysRevD.110.030001.
Source attribution: Physics:Quantum data analysis/Analysing ROOT trees
