#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 |
| 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. | |
Helper for creating a RooDataHist inside RDataFrame.
Definition at line 159 of file RooAbsDataHelper.h.
Helper for creating a RooDataSet inside RDataFrame.
Definition at line 157 of file RooAbsDataHelper.h.