The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). More...
Namespaces | |
namespace | STLRefCountListHelpers |
Typedefs | |
typedef Double_t(* | CFUNCD1D) (Double_t) |
typedef Double_t(* | CFUNCD1I) (Int_t) |
typedef Double_t(* | CFUNCD2DD) (Double_t, Double_t) |
typedef Double_t(* | CFUNCD2DI) (Double_t, Int_t) |
typedef Double_t(* | CFUNCD2ID) (Int_t, Double_t) |
typedef Double_t(* | CFUNCD2II) (Int_t, Int_t) |
typedef Double_t(* | CFUNCD2UD) (UInt_t, Double_t) |
typedef Double_t(* | CFUNCD3DDB) (Double_t, Double_t, Bool_t) |
typedef Double_t(* | CFUNCD3DDD) (Double_t, Double_t, Double_t) |
typedef Double_t(* | CFUNCD3DII) (Double_t, Int_t, Int_t) |
typedef Double_t(* | CFUNCD3UDD) (UInt_t, Double_t, Double_t) |
typedef Double_t(* | CFUNCD3UDU) (UInt_t, Double_t, UInt_t) |
typedef Double_t(* | CFUNCD3UUD) (UInt_t, UInt_t, Double_t) |
typedef Double_t(* | CFUNCD4DDDB) (Double_t, Double_t, Double_t, Bool_t) |
typedef Double_t(* | CFUNCD4DDDD) (Double_t, Double_t, Double_t, Double_t) |
typedef Double_t(* | CFUNCD4DDDI) (Double_t, Double_t, Double_t, Int_t) |
Enumerations | |
enum | MPSplit { BulkPartition =0 , Interleave =1 , SimComponents =2 , Hybrid =3 } |
enum | MsgLevel { DEBUG =0 , INFO =1 , PROGRESS =2 , WARNING =3 , ERROR =4 , FATAL =5 } |
Verbosity level for RooMsgService::StreamConfig in RooMsgService. More... | |
enum | MsgTopic { Generation =1 , Minimization =2 , Plotting =4 , Fitting =8 , Integration =16 , LinkStateMgmt =32 , Eval =64 , Caching =128 , Optimization =256 , ObjectHandling =512 , InputArguments =1024 , Tracing =2048 , Contents =4096 , DataHandling =8192 , NumIntegration =16384 , FastEvaluations =1<<15 , HistFactory =1<<16 } |
Topics for a RooMsgService::StreamConfig in RooMsgService. More... | |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
These switches are documented with the relevant functions, e.g. RooAbsPdf::fitTo(). For an introduction to RooFit (not the namespace), check the user's guides, courses or RooFit in 20 minutes.
Definition at line 31 of file RooCFunction1Binding.h.
Definition at line 32 of file RooCFunction1Binding.h.
Definition at line 30 of file RooCFunction2Binding.h.
Definition at line 33 of file RooCFunction2Binding.h.
Definition at line 31 of file RooCFunction2Binding.h.
Definition at line 34 of file RooCFunction2Binding.h.
Definition at line 32 of file RooCFunction2Binding.h.
Definition at line 31 of file RooCFunction3Binding.h.
Definition at line 30 of file RooCFunction3Binding.h.
Definition at line 32 of file RooCFunction3Binding.h.
Definition at line 34 of file RooCFunction3Binding.h.
Definition at line 33 of file RooCFunction3Binding.h.
Definition at line 35 of file RooCFunction3Binding.h.
Definition at line 32 of file RooCFunction4Binding.h.
Definition at line 30 of file RooCFunction4Binding.h.
Definition at line 31 of file RooCFunction4Binding.h.
enum RooFit::MPSplit |
Enumerator | |
---|---|
BulkPartition | |
Interleave | |
SimComponents | |
Hybrid |
Definition at line 70 of file RooGlobalFunc.h.
enum RooFit::MsgLevel |
Verbosity level for RooMsgService::StreamConfig in RooMsgService.
Enumerator | |
---|---|
DEBUG | |
INFO | |
PROGRESS | |
WARNING | |
ERROR | |
FATAL |
Definition at line 65 of file RooGlobalFunc.h.
enum RooFit::MsgTopic |
Topics for a RooMsgService::StreamConfig in RooMsgService.
Definition at line 67 of file RooGlobalFunc.h.
RooCmdArg RooFit::AddTo | ( | const char * | name | ) |
Definition at line 90 of file RooGlobalFunc.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD1D | func, | ||
RooAbsReal & | x | ||
) |
Definition at line 59 of file RooCFunction1Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD1I | func, | ||
RooAbsReal & | x | ||
) |
Definition at line 63 of file RooCFunction1Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD2DD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 39 of file RooCFunction2Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD2DI | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 51 of file RooCFunction2Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD2ID | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 43 of file RooCFunction2Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD2II | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 55 of file RooCFunction2Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD2UD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 47 of file RooCFunction2Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3DDB | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 43 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3DDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 39 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3DII | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 47 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3UDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 55 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3UDU | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 51 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD3UUD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 59 of file RooCFunction3Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD4DDDB | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 47 of file RooCFunction4Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD4DDDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 39 of file RooCFunction4Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
CFUNCD4DDDI | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 43 of file RooCFunction4Binding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
const ROOT::Math::IBaseFunctionMultiDim & | ftor, | ||
const RooArgList & | vars | ||
) |
Definition at line 161 of file RooFunctorBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | const char * | name, |
const ROOT::Math::IBaseFunctionOneDim & | ftor, | ||
RooAbsReal & | vars | ||
) |
Definition at line 121 of file RooFunctor1DBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF1 * | func, |
RooAbsReal & | x | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 90 of file RooTFnBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF1 * | func, |
RooAbsReal & | x, | ||
const RooArgList & | params | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 102 of file RooTFnBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF2 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 94 of file RooTFnBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF2 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
const RooArgList & | params | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 106 of file RooTFnBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF3 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 98 of file RooTFnBinding.cxx.
RooAbsReal * RooFit::bindFunction | ( | TF3 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
const RooArgList & | params | ||
) |
Bind a TFx function to RooFit variables. Also see RooTFnBinding.
Definition at line 110 of file RooTFnBinding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD1D | func, | ||
RooAbsReal & | x | ||
) |
Definition at line 67 of file RooCFunction1Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD1I | func, | ||
RooAbsReal & | x | ||
) |
Definition at line 71 of file RooCFunction1Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD2DD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 59 of file RooCFunction2Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD2DI | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 71 of file RooCFunction2Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD2ID | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 63 of file RooCFunction2Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD2II | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 75 of file RooCFunction2Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD2UD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 67 of file RooCFunction2Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3DDB | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 67 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3DDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 63 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3DII | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 71 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3UDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 79 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3UDU | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 75 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD3UUD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 83 of file RooCFunction3Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD4DDDB | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 59 of file RooCFunction4Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD4DDDD | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 51 of file RooCFunction4Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
CFUNCD4DDDI | func, | ||
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z, | ||
RooAbsReal & | w | ||
) |
Definition at line 55 of file RooCFunction4Binding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
const ROOT::Math::IBaseFunctionMultiDim & | ftor, | ||
const RooArgList & | vars | ||
) |
Definition at line 165 of file RooFunctorBinding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | const char * | name, |
const ROOT::Math::IBaseFunctionOneDim & | ftor, | ||
RooAbsReal & | vars | ||
) |
Definition at line 125 of file RooFunctor1DBinding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | TF1 * | func, |
RooAbsReal & | x | ||
) |
Definition at line 72 of file RooTFnPdfBinding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | TF2 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y | ||
) |
Definition at line 76 of file RooTFnPdfBinding.cxx.
RooAbsPdf * RooFit::bindPdf | ( | TF3 * | func, |
RooAbsReal & | x, | ||
RooAbsReal & | y, | ||
RooAbsReal & | z | ||
) |
Definition at line 80 of file RooTFnPdfBinding.cxx.
RooCmdArg RooFit::BootStrapData | ( | const RooDataSet & | dset | ) |
Definition at line 275 of file RooGlobalFunc.cxx.
ostream & RooFit::operator<< | ( | std::ostream & | os, |
const RooPrintable & | rp | ||
) |
Definition at line 52 of file RooPrintable.cxx.
Definition at line 294 of file RooGlobalFunc.cxx.
Definition at line 293 of file RooGlobalFunc.cxx.
Definition at line 291 of file RooGlobalFunc.cxx.
Definition at line 295 of file RooGlobalFunc.cxx.
Definition at line 292 of file RooGlobalFunc.cxx.