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>

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
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 162 of file RooAbsDataHelper.h.

◆ RooDataSetHelper

Helper for creating a RooDataSet inside RDataFrame.

See also
RooAbsDataHelper

Definition at line 160 of file RooAbsDataHelper.h.