Project
Loading...
Searching...
No Matches
o2::analysis Namespace Reference

Functions

ROOT::RDataFrame doSingleLoopOn (std::unique_ptr< framework::TableConsumer > &input)
 Do a single loop on all the entries of the input table.
 
ROOT::RDataFrame doSelfCombinationsWith (std::unique_ptr< framework::TableConsumer > &input, std::string name="p", std::string grouping="eventID")
 

Function Documentation

◆ doSelfCombinationsWith()

ROOT::RDataFrame o2::analysis::doSelfCombinationsWith ( std::unique_ptr< framework::TableConsumer > &  input,
std::string  name = "p",
std::string  grouping = "eventID" 
)

Do a double loop on all the entries with the same value for the grouping of the input table, where the entries for the outer index are prefixed with <name>_ while the entries for the inner loop are prefixed with <name>bar_.

Definition at line 33 of file AnalysisHelpers.cxx.

◆ doSingleLoopOn()

ROOT::RDataFrame o2::analysis::doSingleLoopOn ( std::unique_ptr< framework::TableConsumer > &  input)

Do a single loop on all the entries of the input table.

Definition at line 26 of file AnalysisHelpers.cxx.