Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooAbsData.h File Reference
#include "RooPrintable.h"
#include "RooAbsCategory.h"
#include "RooArgSet.h"
#include "RooArgList.h"
#include "RooSpan.h"
#include "RooNameReg.h"
#include "RooFit/Detail/DataMap.h"
#include "ROOT/RStringView.hxx"
#include "TNamed.h"
#include <map>
#include <string>
Include dependency graph for RooAbsData.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  RooAbsData::PlotOpt
 
class  RooAbsData
 RooAbsData is the common abstract base class for binned and unbinned datasets. More...
 

Namespaces

namespace  RooBatchCompute
 Namespace for dispatching RooFit computations to various backends.
 
namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::TestStatistics
 Namespace for new RooFit test statistic calculation.
 

Macros

#define WRITE_TSTRING_COMPATIBLE_CONSTRUCTOR(Class_t)
 

Typedefs

using TMatrixDSym = TMatrixTSym< Double_t >
 

Macro Definition Documentation

◆ WRITE_TSTRING_COMPATIBLE_CONSTRUCTOR

#define WRITE_TSTRING_COMPATIBLE_CONSTRUCTOR (   Class_t)
Value:
template<typename ...Args_t> \
Class_t(ROOT::Internal::TStringView name, ROOT::Internal::TStringView title, Args_t &&... args) \
: Class_t(std::string_view(name), std::string_view(title), std::forward<Args_t>(args)...) {} \
template<typename ...Args_t> \
Class_t(ROOT::Internal::TStringView name, std::string_view title, Args_t &&... args) \
: Class_t(std::string_view(name), title, std::forward<Args_t>(args)...) {} \
template<typename ...Args_t> \
Class_t(std::string_view name, ROOT::Internal::TStringView title, Args_t &&... args) \
: Class_t(name, std::string_view(title), std::forward<Args_t>(args)...) {}
char name[80]
Definition TGX11.cxx:110

Definition at line 69 of file RooAbsData.h.

Typedef Documentation

◆ TMatrixDSym

Definition at line 48 of file RooAbsData.h.