Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT 7 ntuple tutorials

Various examples showing the ROOT 7 ntuples.

Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Files

file  ntpl001_staff.C
  View in nbviewer Open in SWAN
Write and read tabular data with RNTuple.
 
file  ntpl002_vector.C
  View in nbviewer Open in SWAN
Write and read STL vectors with RNTuple.
 
file  ntpl003_lhcbOpenData.C
  View in nbviewer Open in SWAN
Convert LHCb run 1 open data from a TTree to RNTuple.
 
file  ntpl004_dimuon.C
  View in nbviewer Open in SWAN
Mini-Analysis on CMS OpenData with RDataFrame.
 
file  ntpl005_introspection.C
  View in nbviewer Open in SWAN
Write and read an RNTuple from a user-defined class.
 
file  ntpl006_friends.C
  View in nbviewer Open in SWAN
Work with befriended RNTuples.
 
file  ntpl007_mtFill.C
  View in nbviewer Open in SWAN
Example of multi-threaded writes using multiple REntry objects
 
file  ntpl008_import.C
  View in nbviewer Open in SWAN
Example of converting data stored in a TTree into an RNTuple
 
file  ntpl009_parallelWriter.C
  View in nbviewer Open in SWAN
Example of multi-threaded writes using RNTupleParallelWriter.
 
file  ntpl010_skim.C
  View in nbviewer Open in SWAN
Example creating a derived RNTuple
 
file  ntpl011_global_temperatures.C
  View in nbviewer Open in SWAN