Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
dataframe Directory Reference
Directory dependency graph for dataframe:

Files

 df001_introduction.C
  View in nbviewer Open in SWAN Basic RDataFrame usage.
 
 df001_introduction.py
  View in nbviewer Open in SWAN Basic usage of RDataFrame from python.
 
 df002_dataModel.C
  View in nbviewer Open in SWAN Show how to work with non-flat data models, e.g.
 
 df002_dataModel.py
  View in nbviewer Open in SWAN Show how to work with non-flat data models, e.g.
 
 df003_profiles.C
  View in nbviewer Open in SWAN Use TProfiles with RDataFrame.
 
 df003_profiles.py
  View in nbviewer Open in SWAN Use TProfiles with RDataFrame.
 
 df004_cutFlowReport.C
  View in nbviewer Open in SWAN Display cut/Filter efficiencies with RDataFrame.
 
 df004_cutFlowReport.py
  View in nbviewer Open in SWAN Display cut/Filter efficiencies with RDataFrame.
 
 df005_fillAnyObject.C
  View in nbviewer Open in SWAN Using the generic Fill action.
 
 df006_ranges.C
  View in nbviewer Open in SWAN Use Range to limit the amount of data processed.
 
 df006_ranges.py
  View in nbviewer Open in SWAN Use Range to limit the amount of data processed.
 
 df007_snapshot.C
  View in nbviewer Open in SWAN Write ROOT data with RDataFrame.
 
 df007_snapshot.py
  View in nbviewer Open in SWAN Write ROOT data with RDataFrame.
 
 df008_createDataSetFromScratch.C
  View in nbviewer Open in SWAN Create data from scratch with RDataFrame.
 
 df008_createDataSetFromScratch.py
  View in nbviewer Open in SWAN Create data from scratch with RDataFrame.
 
 df009_FromScratchVSTTree.C
  View in nbviewer Open in SWAN Compare creation of a ROOT dataset with RDataFrame and TTree.
 
 df010_trivialDataSource.C
  View in nbviewer Open in SWAN Use the "trivial data source", an example data source implementation.
 
 df010_trivialDataSource.py
  View in nbviewer Open in SWAN Use the "trivial data source", an example data source implementation.
 
 df012_DefinesAndFiltersAsStrings.C
  View in nbviewer Open in SWAN Use just-in-time-compiled Filters and Defines for quick prototyping.
 
 df012_DefinesAndFiltersAsStrings.py
  View in nbviewer Open in SWAN Use just-in-time-compiled Filters and Defines for quick prototyping.
 
 df013_InspectAnalysis.C
  View in nbviewer Open in SWAN Use callbacks to update a plot and a progress bar during the event loop.
 
 df014_CSVDataSource.C
  View in nbviewer Open in SWAN Process a CSV file with RDataFrame and the CSV data source.
 
 df014_CSVDataSource.py
  View in nbviewer Open in SWAN Process a CSV file with RDataFrame and the CSV data source.
 
 df015_LazyDataSource.C
  View in nbviewer Open in SWAN Use the lazy RDataFrame data source to concatenate computation graphs.
 
 df016_vecOps.C
  View in nbviewer Open in SWAN Process collections in RDataFrame with the help of RVec.
 
 df016_vecOps.py
  View in nbviewer Open in SWAN Process collections in RDataFrame with the help of RVec.
 
 df017_vecOpsHEP.C
  View in nbviewer Open in SWAN Use RVecs to plot the transverse momentum of selected particles.
 
 df017_vecOpsHEP.py
  View in nbviewer Open in SWAN Use RVecs to plot the transverse momentum of selected particles.
 
 df018_customActions.C
  View in nbviewer Open in SWAN Implement a custom action to fill THns.
 
 df019_Cache.C
  View in nbviewer Open in SWAN Cache a processed RDataFrame in memory for further usage.
 
 df019_Cache.py
  View in nbviewer Open in SWAN Cache a processed RDataFrame in memory for further usage.
 
 df020_helpers.C
  View in nbviewer Open in SWAN Show usage of RDataFrame's helper tools, contained in ROOT/RDFHelpers.hxx.
 
 df021_createTGraph.C
  View in nbviewer Open in SWAN Fill a TGraph using RDataFrame.
 
 df021_createTGraph.py
  View in nbviewer Open in SWAN Fill a TGraph using RDataFrame.
 
 df022_useKahan.C
  View in nbviewer Open in SWAN Implement a custom action that evaluates a Kahan sum.
 
 df023_aggregate.C
  View in nbviewer Open in SWAN Use the Aggregate action to specify arbitrary data aggregations.
 
 df024_Display.C
  View in nbviewer Open in SWAN Use the Display action to inspect entry values.
 
 df024_Display.py
  View in nbviewer Open in SWAN Use the Display action to inspect entry values.
 
 df025_RNode.C
  View in nbviewer Open in SWAN Manipulate RDF objects in functions, loops and conditional branches.
 
 df026_AsNumpyArrays.py
  View in nbviewer Open in SWAN Read data from RDataFrame into Numpy arrays.
 
 df027_SQliteDependencyOverVersion.C
  View in nbviewer Open in SWAN Plot the ROOT downloads based on the version reading a remote sqlite3 file.
 
 df028_SQliteIPLocation.C
  View in nbviewer Open in SWAN Plot the location of ROOT downloads reading a remote sqlite3 file.
 
 df029_SQlitePlatformDistribution.C
  View in nbviewer Open in SWAN Use RDataFrame to display data about ROOT downloads.
 
 df030_SQliteVersionsOfROOT.C
  View in nbviewer Open in SWAN Read an sqlite3 databases with RDataFrame and plot statistics on ROOT downloads.
 
 df031_Stats.C
  View in nbviewer Open in SWAN Use the Stats action to extract the statistics of a column.
 
 df031_Stats.py
  View in nbviewer Open in SWAN Use the Stats action to extract the statistics of a column.
 
 df101_h1Analysis.C
  View in nbviewer Open in SWAN Show how to express ROOT's standard H1 analysis with RDataFrame.
 
 df102_NanoAODDimuonAnalysis.C
  View in nbviewer Open in SWAN Show how NanoAOD files can be processed with RDataFrame.
 
 df102_NanoAODDimuonAnalysis.py
  View in nbviewer Open in SWAN Show how NanoAOD files can be processed with RDataFrame.
 
 df103_NanoAODHiggsAnalysis.C
  View in nbviewer Open in SWAN An example of complex analysis with RDataFrame: reconstructing the Higgs boson.
 
 df103_NanoAODHiggsAnalysis.py
  View in nbviewer Open in SWAN An example of complex analysis with RDataFrame: reconstructing the Higgs boson.
 
 df103_NanoAODHiggsAnalysis_python.h
 Header file with functions needed to execute the Python version of the NanoAOD Higgs tutorial.
 
 df104_HiggsToTwoPhotons.py
  View in nbviewer Open in SWAN The Higgs to two photons analysis from the ATLAS Open Data 2020 release, with RDataFrame.
 
 df105_WBosonAnalysis.py
  View in nbviewer Open in SWAN The W boson mass analysis from the ATLAS Open Data release of 2020, with RDataFrame.
 
 df106_HiggsToFourLeptons.py
  View in nbviewer Open in SWAN The Higgs to four lepton analysis from the ATLAS Open Data release of 2020, with RDataFrame.
 
 df107_SingleTopAnalysis.py
  View in nbviewer Open in SWAN A single top analysis using the ATLAS Open Data release of 2020, with RDataFrame.
 
 distrdf001_spark_connection.py
  View in nbviewer Open in SWAN Configure a Spark connection and fill two histograms distributedly.