|
file | tdf001_introduction.C [code] |
| 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] |
| 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] |
| This tutorial shows the possibility to use data models which are more complex than flat ntuples with TDataFrame
|
|
file | tdf002_dataModel.py [code] |
| This tutorial shows the possibility to use data models which are more complex than flat ntuples with TDataFrame
|
|
file | tdf003_profiles.C [code] |
| 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] |
| This tutorial shows how to fill any object the class of which exposes a Fill method.
|
|
file | tdf006_ranges.C [code] |
| This tutorial shows how to express the concept of ranges when working with the TDataFrame.
|
|
file | tdf006_ranges.py [code] |
| This tutorial shows how to express the concept of ranges when working with the TDataFrame.
|
|
file | tdf007_snapshot.C [code] |
| This tutorial shows how to write out datasets in ROOT formatusing the TDataFrame
|
|
file | tdf007_snapshot.py [code] |
| This tutorial shows how to write out datasets in ROOT formatusing the TDataFrame
|
|
file | tdf008_createDataSetFromScratch.C [code] |
| This tutorial shows how to create a dataset from scratch with TDataFrame
|
|
file | tdf101_h1Analysis.C [code] |
| This tutorial illustrates how to express the H1 analysis with a TDataFrame.
|
|