Logo ROOT   6.12/07
Reference Guide
dataframe Directory Reference

Files

file  tdf001_introduction.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates the basic features of the TDataFrame class, a utility which allows to interact with data stored in TTrees following a functional-chain like approach.
 
file  tdf001_introduction.py [code]
  View in nbviewer Open in SWAN This tutorial illustrates the basic features of the TDataFrame class, a utility which allows to interact with data stored in TTrees following a functional-chain like approach.
 
file  tdf002_dataModel.C [code]
  View in nbviewer Open in SWAN This tutorial shows the possibility to use data models which are more complex than flat ntuples with TDataFrame
 
file  tdf002_dataModel.py [code]
  View in nbviewer Open in SWAN This tutorial shows the possibility to use data models which are more complex than flat ntuples with TDataFrame
 
file  tdf003_profiles.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how to use TProfiles in combination with the TDataFrame.
 
file  tdf003_profiles.py [code]
  View in nbviewer Open in SWAN This tutorial illustrates how to use TProfiles in combination with the TDataFrame.
 
file  tdf004_cutFlowReport.C [code]
 This tutorial shows how to get information about the efficiency of the filters applied.
 
file  tdf004_cutFlowReport.py [code]
 This tutorial shows how to get information about the efficiency of the filters applied.
 
file  tdf005_fillAnyObject.C [code]
  View in nbviewer Open in SWAN This tutorial shows how to fill any object the class of which exposes a Fill method.
 
file  tdf006_ranges.C [code]
  View in nbviewer Open in SWAN This tutorial shows how to express the concept of ranges when working with the TDataFrame.
 
file  tdf006_ranges.py [code]
  View in nbviewer Open in SWAN This tutorial shows how to express the concept of ranges when working with the TDataFrame.
 
file  tdf007_snapshot.C [code]
  View in nbviewer Open in SWAN This tutorial shows how to write out datasets in ROOT formatusing the TDataFrame
 
file  tdf007_snapshot.py [code]
  View in nbviewer Open in SWAN This tutorial shows how to write out datasets in ROOT formatusing the TDataFrame
 
file  tdf008_createDataSetFromScratch.C [code]
  View in nbviewer Open in SWAN This tutorial shows how to create a dataset from scratch with TDataFrame
 
file  tdf008_createDataSetFromScratch.py [code]
  View in nbviewer Open in SWAN This tutorial shows how to create a dataset from scratch with TDataFrame
 
file  tdf009_FromScratchVSTTree.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how simpler it can be to use a TDataFrame to create a dataset with respect to the usage of the TTree interfaces.
 
file  tdf010_trivialDataSource.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf010_trivialDataSource.py [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf011_ROOTDataSource.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf011_ROOTDataSource.py [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf012_DefinesAndFiltersAsStrings.C [code]
  View in nbviewer Open in SWAN
 
file  tdf012_DefinesAndFiltersAsStrings.py [code]
  View in nbviewer Open in SWAN
 
file  tdf013_InspectAnalysis.C [code]
  View in nbviewer Open in SWAN Showcase registration of callback functions that act on partial results while the event-loop is running using OnPartialResult and OnPartialResultSlot.
 
file  tdf014_CSVDataSource.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf014_CSVDataSource.py [code]
  View in nbviewer Open in SWAN This tutorial illustrates how use the TDataFrame in combination with a TDataSource.
 
file  tdf101_h1Analysis.C [code]
  View in nbviewer Open in SWAN This tutorial illustrates how to express the H1 analysis with a TDataFrame.