Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ntuple Directory Reference

Files

 
ntpl001_staff.C
  View in nbviewer Open in SWAN
Write and read tabular data with RNTuple.
 
ntpl002_vector.C
  View in nbviewer Open in SWAN
Write and read STL vectors with RNTuple.
 
ntpl004_dimuon.C
  View in nbviewer Open in SWAN
Mini-Analysis on CMS OpenData with RDataFrame.
 
ntpl005_introspection.C
  View in nbviewer Open in SWAN
Write and read an RNTuple from a user-defined class.
 
ntpl007_mtFill.C
  View in nbviewer Open in SWAN
Example of multi-threaded writes using multiple REntry objects
 
ntpl008_import.C
  View in nbviewer Open in SWAN
Example of converting data stored in a TTree into an RNTuple
 
ntpl009_parallelWriter.C
  View in nbviewer Open in SWAN
Example of multi-threaded writes using RNTupleParallelWriter.
 
ntpl010_skim.C
  View in nbviewer Open in SWAN
Example creating a derived RNTuple
 
ntpl012_processor_chain.C
  View in nbviewer Open in SWAN
Demonstrate the RNTupleProcessor for vertical compositions (chains) of RNTuples
 
ntpl013_staged.C
  View in nbviewer Open in SWAN
Example of staged cluster committing in multi-threaded writing using RNTupleParallelWriter.
 
ntpl014_framework.C
  View in nbviewer Open in SWAN

 
ntpl015_processor_join.C
  View in nbviewer Open in SWAN
Demonstrate the RNTupleProcessor for horizontal compositions (joins) of RNTuples
 
ntpl016_streaming_vector.C
 Example of a streaming vector: a special purpose container that reads large vectors piece-wise.
 
ntpl017_shared_reader.C
  View in nbviewer Open in SWAN
Example of efficient multi-threaded reading when multiple threads share a single reader.
 
ntpl018_low_precision_floats.C
  View in nbviewer Open in SWAN
Example creating low-precision floating point fields in RNTuple
 
ntpl019_attributes.C
  View in nbviewer Open in SWAN
Example using RNTuple attributes