Examples demonstrating ROOT's histogram package.
| Tutorial | Description |
|---|---|
| hist001_RHist_basics.C | Basics of RHist, including filling and adding them. |
| hist002_RHist_weighted.C | Weighted filling of RHist and RBinWithError bin content type. |
| hist003_RHist_multi.C | Multidimensional RHist with different axis types. |
| hist004_RHist_concurrent.C | Concurrent filling of RHist. |
| hist005_RHist_convert_TH1.C | Conversion of RHist to TH1. |
A second set of tutorials demonstrates usage with RDataFrame.
| Tutorial | Description |
|---|---|
| hist101_RDataFrame_Hist.C | Filling RHist using RDataFrame. |
| hist102_NanoAODDimuonAnalysis.C | Analyze dimuon mass spectrum with RDataFrame and RHist. |
| hist103_NanoAODHiggsAnalysis.C | Reconstruct the Higgs boson with RDataFrame and RHist. |
Files | |
| file | hist001_RHist_basics.C |
| Basics of RHist, including filling and adding them. | |
| file | hist002_RHist_weighted.C |
| Weighted filling of RHist and RBinWithError bin content type. | |
| file | hist003_RHist_multi.C |
| Multidimensional RHist with different axis types. | |
| file | hist004_RHist_concurrent.C |
| Concurrent filling of RHist. | |
| file | hist005_RHist_convert_TH1.C |
| Conversion of RHist to TH1. | |
| file | hist101_RDataFrame_Hist.C |
| Filling RHist using RDataFrame. | |
| file | hist102_NanoAODDimuonAnalysis.C |
Show how NanoAOD files can be processed with RDataFrame and RHist. | |
| file | hist103_NanoAODHiggsAnalysis.C |
An example of complex analysis with RDataFrame and RHist: reconstructing the Higgs boson. | |