Project
Loading...
Searching...
No Matches
AnalysisHelpers.cxx File Reference
#include "Framework/AnalysisHelpers.h"
#include "Framework/RCombinedDS.h"
#include "Framework/TableBuilder.h"
#include "Framework/TableConsumer.h"
#include <ROOT/RDataFrame.hxx>
#include <ROOT/RArrowDS.hxx>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::analysis
 

Functions

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