Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooAbsDataHelper.h File Reference
#include <RooArgSet.h>
#include <RooDataHist.h>
#include <RooDataSet.h>
#include <RooRealVar.h>
#include <vector>
#include <mutex>
#include <cstddef>
#include <string>
Include dependency graph for RooAbsDataHelper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooFit::Detail::RooAbsDataFiller
 
class  RooAbsDataHelper< DataSet_t >
 This is a helper for an RDataFrame action, which fills RooFit data classes. More...
 

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::Detail
 
namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Detail
 Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer.
 
namespace  ROOT::Detail::RDF
 

Typedefs

using RooDataHistHelper = RooAbsDataHelper< RooDataHist >
 Helper for creating a RooDataHist inside RDataFrame.
 
using RooDataSetHelper = RooAbsDataHelper< RooDataSet >
 Helper for creating a RooDataSet inside RDataFrame.
 

Typedef Documentation

◆ RooDataHistHelper

Helper for creating a RooDataHist inside RDataFrame.

See also
RooAbsDataHelper

Definition at line 159 of file RooAbsDataHelper.h.

◆ RooDataSetHelper

Helper for creating a RooDataSet inside RDataFrame.

See also
RooAbsDataHelper

Definition at line 157 of file RooAbsDataHelper.h.