ROOT  6.06/09
Reference Guide
Typedefs | Enumerations | Functions
RooFit Namespace Reference

Typedefs

typedef Double_t(* CFUNCD1D) (Double_t)
 
typedef Double_t(* CFUNCD1I) (Int_t)
 
typedef Double_t(* CFUNCD2DD) (Double_t, Double_t)
 
typedef Double_t(* CFUNCD2ID) (Int_t, Double_t)
 
typedef Double_t(* CFUNCD2UD) (UInt_t, Double_t)
 
typedef Double_t(* CFUNCD2DI) (Double_t, Int_t)
 
typedef Double_t(* CFUNCD2II) (Int_t, Int_t)
 
typedef Double_t(* CFUNCD3DDD) (Double_t, Double_t, Double_t)
 
typedef Double_t(* CFUNCD3DDB) (Double_t, Double_t, Bool_t)
 
typedef Double_t(* CFUNCD3DII) (Double_t, Int_t, Int_t)
 
typedef Double_t(* CFUNCD3UDU) (UInt_t, Double_t, UInt_t)
 
typedef Double_t(* CFUNCD3UDD) (UInt_t, Double_t, Double_t)
 
typedef Double_t(* CFUNCD3UUD) (UInt_t, UInt_t, Double_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)
 
typedef Double_t(* CFUNCD4DDDB) (Double_t, Double_t, Double_t, Bool_t)
 

Enumerations

enum  MsgLevel {
  DEBUG =0, INFO =1, PROGRESS =2, WARNING =3,
  ERROR =4, FATAL =5
}
 
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
}
 
enum  MPSplit { BulkPartition =0, Interleave =1, SimComponents =2, Hybrid =3 }
 

Functions

RooAbsRealbindFunction (const char *name, CFUNCD1D func, RooAbsReal &x)
 
RooAbsRealbindFunction (const char *name, CFUNCD1I func, RooAbsReal &x)
 
RooAbsPdfbindPdf (const char *name, CFUNCD1D func, RooAbsReal &x)
 
RooAbsPdfbindPdf (const char *name, CFUNCD1I func, RooAbsReal &x)
 
RooAbsRealbindFunction (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD3DDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD3DII func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD3UDU func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD3UDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD3UUD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3DDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3DII func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3UDU func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3UDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfbindPdf (const char *name, CFUNCD3UUD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsRealbindFunction (const char *name, CFUNCD4DDDI func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsRealbindFunction (const char *name, CFUNCD4DDDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfbindPdf (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfbindPdf (const char *name, CFUNCD4DDDI func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfbindPdf (const char *name, CFUNCD4DDDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsRealbindFunction (const char *name, const ROOT::Math::IBaseFunctionOneDim &ftor, RooAbsReal &vars)
 
RooAbsPdfbindPdf (const char *name, const ROOT::Math::IBaseFunctionOneDim &ftor, RooAbsReal &vars)
 
RooAbsRealbindFunction (const char *name, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars)
 
RooAbsPdfbindPdf (const char *name, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars)
 
RooAbsRealbindFunction (TF1 *func, RooAbsReal &x)
 
RooAbsRealbindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsRealbindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealbindFunction (TF1 *func, RooAbsReal &x, const RooArgList &params)
 
RooAbsRealbindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y, const RooArgList &params)
 
RooAbsRealbindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, const RooArgList &params)
 
RooAbsPdfbindPdf (TF1 *func, RooAbsReal &x)
 
RooAbsPdfbindPdf (TF2 *func, RooAbsReal &x, RooAbsReal &y)
 
RooAbsPdfbindPdf (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooCmdArg DrawOption (const char *opt)
 
RooCmdArg Normalization (Double_t scaleFactor)
 
RooCmdArg Slice (const RooArgSet &sliceSet)
 
RooCmdArg Slice (RooCategory &cat, const char *label)
 
RooCmdArg Project (const RooArgSet &projSet)
 
RooCmdArg ProjWData (const RooAbsData &projData, Bool_t binData=kFALSE)
 
RooCmdArg ProjWData (const RooArgSet &projSet, const RooAbsData &projData, Bool_t binData=kFALSE)
 
RooCmdArg Asymmetry (const RooCategory &cat)
 
RooCmdArg Precision (Double_t prec)
 
RooCmdArg ShiftToZero ()
 
RooCmdArg Range (const char *rangeName, Bool_t adjustNorm=kTRUE)
 
RooCmdArg Range (Double_t lo, Double_t hi, Bool_t adjustNorm=kTRUE)
 
RooCmdArg NormRange (const char *rangeNameList)
 
RooCmdArg VLines ()
 
RooCmdArg LineColor (Color_t color)
 
RooCmdArg LineStyle (Style_t style)
 
RooCmdArg LineWidth (Width_t width)
 
RooCmdArg FillColor (Color_t color)
 
RooCmdArg FillStyle (Style_t style)
 
RooCmdArg ProjectionRange (const char *rangeName)
 
RooCmdArg Name (const char *name)
 
RooCmdArg Invisible ()
 
RooCmdArg AddTo (const char *name, double wgtSel=1.0, double wgtOther=1.0)
 
RooCmdArg EvalErrorValue (Double_t value)
 
RooCmdArg MoveToBack ()
 
RooCmdArg VisualizeError (const RooDataSet &paramData, Double_t Z=1)
 
RooCmdArg VisualizeError (const RooFitResult &fitres, Double_t Z=1, Bool_t linearMethod=kTRUE)
 
RooCmdArg VisualizeError (const RooFitResult &fitres, const RooArgSet &param, Double_t Z=1, Bool_t linearMethod=kTRUE)
 
RooCmdArg ShowProgress ()
 
RooCmdArg Normalization (Double_t scaleFactor, Int_t scaleType)
 
RooCmdArg Components (const RooArgSet &compSet)
 
RooCmdArg Components (const char *compSpec)
 
RooCmdArg Cut (const char *cutSpec)
 
RooCmdArg Cut (const RooFormulaVar &cutVar)
 
RooCmdArg Binning (const RooAbsBinning &binning)
 
RooCmdArg Binning (const char *binningName)
 
RooCmdArg Binning (Int_t nBins, Double_t xlo=0., Double_t xhi=0.)
 
RooCmdArg MarkerStyle (Style_t style)
 
RooCmdArg MarkerSize (Size_t size)
 
RooCmdArg MarkerColor (Color_t color)
 
RooCmdArg CutRange (const char *rangeName)
 
RooCmdArg XErrorSize (Double_t width)
 
RooCmdArg RefreshNorm ()
 
RooCmdArg Efficiency (const RooCategory &cat)
 
RooCmdArg Rescale (Double_t factor)
 
RooCmdArg Weight (Double_t wgt)
 
RooCmdArg Index (RooCategory &icat)
 
RooCmdArg Import (const char *state, TH1 &histo)
 
RooCmdArg Import (const std::map< std::string, TH1 * > &)
 
RooCmdArg Import (const char *state, RooDataHist &dhist)
 
RooCmdArg Import (const std::map< std::string, RooDataHist * > &)
 
RooCmdArg Import (TH1 &histo, Bool_t importDensity=kFALSE)
 
RooCmdArg WeightVar (const char *name, Bool_t reinterpretAsWeight=kFALSE)
 
RooCmdArg WeightVar (const RooRealVar &arg, Bool_t reinterpretAsWeight=kFALSE)
 
RooCmdArg Import (const char *state, RooDataSet &data)
 
RooCmdArg Import (const std::map< std::string, RooDataSet * > &)
 
RooCmdArg Link (const char *state, RooAbsData &data)
 
RooCmdArg Link (const std::map< std::string, RooAbsData * > &)
 
RooCmdArg Import (RooDataSet &data)
 
RooCmdArg Import (TTree &tree)
 
RooCmdArg ImportFromFile (const char *fname, const char *tname)
 
RooCmdArg StoreError (const RooArgSet &aset)
 
RooCmdArg StoreAsymError (const RooArgSet &aset)
 
RooCmdArg OwnLinked ()
 
RooCmdArg Extended (Bool_t flag=kTRUE)
 
RooCmdArg DataError (Int_t)
 
RooCmdArg NumCPU (Int_t nCPU, Int_t interleave=0)
 
RooCmdArg Columns (Int_t ncol)
 
RooCmdArg OutputFile (const char *fileName)
 
RooCmdArg Format (const char *format, Int_t sigDigit)
 
RooCmdArg Format (const char *what, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none())
 
RooCmdArg Sibling (const RooAbsCollection &sibling)
 
RooCmdArg Title (const char *name)
 
RooCmdArg Bins (Int_t nbin)
 
RooCmdArg AutoSymRange (const RooAbsData &data, Double_t marginFactor=0.1)
 
RooCmdArg AutoRange (const RooAbsData &data, Double_t marginFactor=0.1)
 
RooCmdArg AutoSymBinning (Int_t nbins=100, Double_t marginFactor=0.1)
 
RooCmdArg AutoBinning (Int_t nbins=100, Double_t marginFactor=0.1)
 
RooCmdArg IntegratedObservables (const RooArgSet &intObs)
 
RooCmdArg SelectVars (const RooArgSet &vars)
 
RooCmdArg EventRange (Int_t nStart, Int_t nStop)
 
RooCmdArg FitOptions (const char *opts)
 
RooCmdArg Optimize (Int_t flag=2)
 
RooCmdArg ProjectedObservables (const RooArgSet &set)
 
RooCmdArg ConditionalObservables (const RooArgSet &set)
 
RooCmdArg Verbose (Bool_t flag=kTRUE)
 
RooCmdArg Save (Bool_t flag=kTRUE)
 
RooCmdArg Timer (Bool_t flag=kTRUE)
 
RooCmdArg PrintLevel (Int_t code)
 
RooCmdArg Warnings (Bool_t flag=kTRUE)
 
RooCmdArg Strategy (Int_t code)
 
RooCmdArg InitialHesse (Bool_t flag=kTRUE)
 
RooCmdArg Hesse (Bool_t flag=kTRUE)
 
RooCmdArg Minos (Bool_t flag=kTRUE)
 
RooCmdArg Minos (const RooArgSet &minosArgs)
 
RooCmdArg SplitRange (Bool_t flag=kTRUE)
 
RooCmdArg SumCoefRange (const char *rangeName)
 
RooCmdArg Constrain (const RooArgSet &params)
 
RooCmdArg GlobalObservables (const RooArgSet &globs)
 
RooCmdArg GlobalObservablesTag (const char *tagName)
 
RooCmdArg Constrained ()
 
RooCmdArg ExternalConstraints (const RooArgSet &constraintPdfs)
 
RooCmdArg PrintEvalErrors (Int_t numErrors)
 
RooCmdArg EvalErrorWall (Bool_t flag)
 
RooCmdArg SumW2Error (Bool_t flag)
 
RooCmdArg CloneData (Bool_t flag)
 
RooCmdArg Integrate (Bool_t flag)
 
RooCmdArg Minimizer (const char *type, const char *alg=0)
 
RooCmdArg Offset (Bool_t flag=kTRUE)
 
RooCmdArg Label (const char *str)
 
RooCmdArg Layout (Double_t xmin, Double_t xmax=0.99, Double_t ymin=0.95)
 
RooCmdArg Parameters (const RooArgSet &params)
 
RooCmdArg ShowConstants (Bool_t flag=kTRUE)
 
RooCmdArg What (const char *str)
 
RooCmdArg Conditional (const RooArgSet &pdfSet, const RooArgSet &depSet, Bool_t depsAreCond=kFALSE)
 
RooCmdArg ProtoData (const RooDataSet &protoData, Bool_t randomizeOrder=kFALSE, Bool_t resample=kFALSE)
 
RooCmdArg NumEvents (Int_t numEvents)
 
RooCmdArg NumEvents (Double_t numEvents)
 
RooCmdArg AutoBinned (Bool_t flag=kTRUE)
 
RooCmdArg GenBinned (const char *tag)
 
RooCmdArg AllBinned ()
 
RooCmdArg ExpectedData (Bool_t flag=kTRUE)
 
RooCmdArg Asimov (Bool_t flag=kTRUE)
 
RooCmdArg YVar (const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
 
RooCmdArg ZVar (const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
 
RooCmdArg AxisLabel (const char *name)
 
RooCmdArg Scaling (Bool_t flag)
 
RooCmdArg IntrinsicBinning (Bool_t flag=kTRUE)
 
RooCmdArg NormSet (const RooArgSet &nset)
 
RooCmdArg NumIntConfig (const RooNumIntConfig &cfg)
 
RooCmdArg Silence (Bool_t flag=kTRUE)
 
RooCmdArg FitModel (RooAbsPdf &pdf)
 
RooCmdArg FitOptions (const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none())
 
RooCmdArg Binned (Bool_t flag=kTRUE)
 
RooCmdArg Frame (const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none())
 
RooCmdArg FrameBins (Int_t nbins)
 
RooCmdArg FrameRange (Double_t xlo, Double_t xhi)
 
RooCmdArg FitGauss (Bool_t flag=kTRUE)
 
RooCmdArg AutoPrecision (Int_t ndigit=2)
 
RooCmdArg FixedPrecision (Int_t ndigit=2)
 
RooCmdArg TLatexStyle (Bool_t flag=kTRUE)
 
RooCmdArg LatexStyle (Bool_t flag=kTRUE)
 
RooCmdArg LatexTableStyle (Bool_t flag=kTRUE)
 
RooCmdArg VerbatimName (Bool_t flag=kTRUE)
 
RooCmdArg Topic (Int_t topic)
 
RooCmdArg ObjectName (const char *name)
 
RooCmdArg ClassName (const char *name)
 
RooCmdArg BaseClassName (const char *name)
 
RooCmdArg TagName (const char *name)
 
RooCmdArg OutputStream (std::ostream &os)
 
RooCmdArg Prefix (Bool_t flag)
 
RooCmdArg Color (Color_t color)
 
RooCmdArg RenameConflictNodes (const char *suffix, Bool_t renameOrigNodes=kFALSE)
 
RooCmdArg RenameAllNodes (const char *suffix)
 
RooCmdArg RenameAllVariables (const char *suffix)
 
RooCmdArg RenameAllVariablesExcept (const char *suffix, const char *exceptionList)
 
RooCmdArg RenameVariable (const char *inputName, const char *outputName)
 
RooCmdArg Rename (const char *suffix)
 
RooCmdArg RecycleConflictNodes (Bool_t flag=kTRUE)
 
RooCmdArg Embedded (Bool_t flag=kTRUE)
 
RooCmdArg NoRecursion (Bool_t flag=kTRUE)
 
RooCmdArg SplitParam (const char *varname, const char *catname)
 
RooCmdArg SplitParam (const RooRealVar &var, const RooAbsCategory &cat)
 
RooCmdArg SplitParamConstrained (const char *varname, const char *catname, const char *rsname)
 
RooCmdArg SplitParamConstrained (const RooRealVar &var, const RooAbsCategory &cat, const char *rsname)
 
RooCmdArg Restrict (const char *catName, const char *stateNameList)
 
RooCmdArg SupNormSet (const RooArgSet &nset)
 
RooCmdArg ScanParameters (Int_t nbins, Int_t intOrder)
 
RooCmdArg ScanNumCdf ()
 
RooCmdArg ScanAllCdf ()
 
RooCmdArg ScanNoCdf ()
 
RooCmdArg MultiArg (const RooCmdArg &arg1, const RooCmdArg &arg2, const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none())
 
RooConstVarRooConst (Double_t val)
 
std::ostream & operator<< (std::ostream &os, const RooPrintable &rp)
 
RooCmdArg AddTo (const char *name)
 
RooCmdArg BootStrapData (const RooDataSet &dset)
 
RooCmdArg ShowName (Bool_t flag)
 
RooCmdArg ShowValue (Bool_t flag)
 
RooCmdArg ShowError (Bool_t flag)
 
RooCmdArg ShowAsymError (Bool_t flag)
 
RooCmdArg ShowUnit (Bool_t flag)
 

Typedef Documentation

typedef Double_t(* RooFit::CFUNCD1D) (Double_t)

Definition at line 28 of file RooCFunction1Binding.h.

typedef Double_t(* RooFit::CFUNCD1I) (Int_t)

Definition at line 29 of file RooCFunction1Binding.h.

typedef Double_t(* RooFit::CFUNCD2DD) (Double_t, Double_t)

Definition at line 27 of file RooCFunction2Binding.h.

typedef Double_t(* RooFit::CFUNCD2DI) (Double_t, Int_t)

Definition at line 30 of file RooCFunction2Binding.h.

typedef Double_t(* RooFit::CFUNCD2ID) (Int_t, Double_t)

Definition at line 28 of file RooCFunction2Binding.h.

typedef Double_t(* RooFit::CFUNCD2II) (Int_t, Int_t)

Definition at line 31 of file RooCFunction2Binding.h.

typedef Double_t(* RooFit::CFUNCD2UD) (UInt_t, Double_t)

Definition at line 29 of file RooCFunction2Binding.h.

typedef Double_t(* RooFit::CFUNCD3DDB) (Double_t, Double_t, Bool_t)

Definition at line 28 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD3DDD) (Double_t, Double_t, Double_t)

Definition at line 27 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD3DII) (Double_t, Int_t, Int_t)

Definition at line 29 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD3UDD) (UInt_t, Double_t, Double_t)

Definition at line 31 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD3UDU) (UInt_t, Double_t, UInt_t)

Definition at line 30 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD3UUD) (UInt_t, UInt_t, Double_t)

Definition at line 32 of file RooCFunction3Binding.h.

typedef Double_t(* RooFit::CFUNCD4DDDB) (Double_t, Double_t, Double_t, Bool_t)

Definition at line 29 of file RooCFunction4Binding.h.

typedef Double_t(* RooFit::CFUNCD4DDDD) (Double_t, Double_t, Double_t, Double_t)

Definition at line 27 of file RooCFunction4Binding.h.

typedef Double_t(* RooFit::CFUNCD4DDDI) (Double_t, Double_t, Double_t, Int_t)

Definition at line 28 of file RooCFunction4Binding.h.

Enumeration Type Documentation

Enumerator
BulkPartition 
Interleave 
SimComponents 
Hybrid 

Definition at line 60 of file RooGlobalFunc.h.

Enumerator
DEBUG 
INFO 
PROGRESS 
WARNING 
ERROR 
FATAL 

Definition at line 56 of file RooGlobalFunc.h.

Enumerator
Generation 
Minimization 
Plotting 
Fitting 
Integration 
LinkStateMgmt 
Eval 
Caching 
Optimization 
ObjectHandling 
InputArguments 
Tracing 
Contents 
DataHandling 
NumIntegration 

Definition at line 57 of file RooGlobalFunc.h.

Function Documentation

RooCmdArg RooFit::AddTo ( const char *  name,
double  wgtSel = 1.0,
double  wgtOther = 1.0 
)

Definition at line 63 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::AddTo ( const char *  name)

Definition at line 88 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::AllBinned ( )

Definition at line 232 of file RooGlobalFunc.cxx.

Referenced by ClassImp().

RooCmdArg RooFit::Asimov ( Bool_t  flag = kTRUE)

Definition at line 229 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Asymmetry ( const RooCategory cat)

Definition at line 47 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::AutoBinned ( Bool_t  flag = kTRUE)

Definition at line 230 of file RooGlobalFunc.cxx.

Referenced by ClassImp().

RooCmdArg RooFit::AutoBinning ( Int_t  nbins = 100,
Double_t  marginFactor = 0.1 
)

Definition at line 246 of file RooGlobalFunc.cxx.

Referenced by RooAbsData::createHistogram().

RooCmdArg RooFit::AutoPrecision ( Int_t  ndigit = 2)

Definition at line 286 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::AutoRange ( const RooAbsData data,
Double_t  marginFactor = 0.1 
)

Definition at line 174 of file RooGlobalFunc.cxx.

Referenced by RooMCStudy::makeFrameAndPlotCmd().

RooCmdArg RooFit::AutoSymBinning ( Int_t  nbins = 100,
Double_t  marginFactor = 0.1 
)

Definition at line 245 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::AutoSymRange ( const RooAbsData data,
Double_t  marginFactor = 0.1 
)

Definition at line 173 of file RooGlobalFunc.cxx.

Referenced by RooMCStudy::makeFrameAndPlotCmd().

RooCmdArg RooFit::AxisLabel ( const char *  name)

Definition at line 238 of file RooGlobalFunc.cxx.

Referenced by RooAbsData::plotOn().

RooCmdArg RooFit::BaseClassName ( const char *  name)

Definition at line 297 of file RooGlobalFunc.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
const ROOT::Math::IBaseFunctionOneDim ftor,
RooAbsReal vars 
)

Definition at line 115 of file RooFunctor1DBinding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
const ROOT::Math::IBaseFunctionMultiDim ftor,
const RooArgList vars 
)

Definition at line 139 of file RooFunctorBinding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD4DDDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 46 of file RooCFunction4Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD1D  func,
RooAbsReal x 
)

Definition at line 64 of file RooCFunction1Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD1I  func,
RooAbsReal x 
)

Definition at line 68 of file RooCFunction1Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD4DDDI  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 50 of file RooCFunction4Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD4DDDB  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 54 of file RooCFunction4Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD2DD  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 48 of file RooCFunction2Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3DDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 48 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3DDB  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 52 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD2ID  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 52 of file RooCFunction2Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3DII  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 56 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD2UD  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 56 of file RooCFunction2Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD2DI  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 60 of file RooCFunction2Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3UDU  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 60 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD2II  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 64 of file RooCFunction2Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3UDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 64 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( const char *  name,
CFUNCD3UUD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 68 of file RooCFunction3Binding.cxx.

RooAbsReal * RooFit::bindFunction ( TF1 func,
RooAbsReal x 
)

Definition at line 80 of file RooTFnBinding.cxx.

RooAbsReal * RooFit::bindFunction ( TF2 func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 84 of file RooTFnBinding.cxx.

RooAbsReal * RooFit::bindFunction ( TF3 func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 88 of file RooTFnBinding.cxx.

RooAbsReal * RooFit::bindFunction ( TF1 func,
RooAbsReal x,
const RooArgList params 
)

Definition at line 92 of file RooTFnBinding.cxx.

RooAbsReal * RooFit::bindFunction ( TF2 func,
RooAbsReal x,
RooAbsReal y,
const RooArgList params 
)

Definition at line 96 of file RooTFnBinding.cxx.

RooAbsReal * RooFit::bindFunction ( TF3 func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
const RooArgList params 
)

Definition at line 100 of file RooTFnBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
const ROOT::Math::IBaseFunctionOneDim ftor,
RooAbsReal vars 
)

Definition at line 119 of file RooFunctor1DBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
const ROOT::Math::IBaseFunctionMultiDim ftor,
const RooArgList vars 
)

Definition at line 143 of file RooFunctorBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD1D  func,
RooAbsReal x 
)

Definition at line 72 of file RooCFunction1Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD1I  func,
RooAbsReal x 
)

Definition at line 76 of file RooCFunction1Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD4DDDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 58 of file RooCFunction4Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD4DDDI  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 62 of file RooCFunction4Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD4DDDB  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z,
RooAbsReal w 
)

Definition at line 66 of file RooCFunction4Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD2DD  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 68 of file RooCFunction2Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3DDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 72 of file RooCFunction3Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD2ID  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 72 of file RooCFunction2Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( TF1 func,
RooAbsReal x 
)

Definition at line 67 of file RooTFnPdfBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3DDB  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 76 of file RooCFunction3Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD2UD  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 76 of file RooCFunction2Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( TF2 func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 71 of file RooTFnPdfBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3DII  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 80 of file RooCFunction3Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD2DI  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 80 of file RooCFunction2Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( TF3 func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 75 of file RooTFnPdfBinding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3UDU  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 84 of file RooCFunction3Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD2II  func,
RooAbsReal x,
RooAbsReal y 
)

Definition at line 84 of file RooCFunction2Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3UDD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 88 of file RooCFunction3Binding.cxx.

RooAbsPdf * RooFit::bindPdf ( const char *  name,
CFUNCD3UUD  func,
RooAbsReal x,
RooAbsReal y,
RooAbsReal z 
)

Definition at line 92 of file RooCFunction3Binding.cxx.

RooCmdArg RooFit::Binned ( Bool_t  flag = kTRUE)

Definition at line 264 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Binning ( const RooAbsBinning binning)
RooCmdArg RooFit::Binning ( const char *  binningName)

Definition at line 82 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Binning ( Int_t  nBins,
Double_t  xlo = 0.,
Double_t  xhi = 0. 
)

Definition at line 83 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Bins ( Int_t  nbin)

Definition at line 172 of file RooGlobalFunc.cxx.

Referenced by RooMCStudy::makeFrameAndPlotCmd().

RooCmdArg RooFit::BootStrapData ( const RooDataSet dset)

Definition at line 265 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ClassName ( const char *  name)

Definition at line 296 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::CloneData ( Bool_t  flag)
RooCmdArg RooFit::Color ( Color_t  color)

Definition at line 301 of file RooGlobalFunc.cxx.

Referenced by AllocateX3DBuffer(), and TMVA::Tools::TMVAWelcomeMessage().

RooCmdArg RooFit::Columns ( Int_t  ncol)

Definition at line 159 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Components ( const RooArgSet compSet)

Definition at line 73 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Components ( const char *  compSpec)

Definition at line 74 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Conditional ( const RooArgSet pdfSet,
const RooArgSet depSet,
Bool_t  depsAreCond = kFALSE 
)
RooCmdArg RooFit::ConditionalObservables ( const RooArgSet set)
RooCmdArg RooFit::Constrain ( const RooArgSet params)
RooCmdArg RooFit::Constrained ( )

Definition at line 200 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Cut ( const char *  cutSpec)

Definition at line 79 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Cut ( const RooFormulaVar cutVar)

Definition at line 80 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::CutRange ( const char *  rangeName)
RooCmdArg RooFit::DataError ( Int_t  etype)

Definition at line 155 of file RooGlobalFunc.cxx.

Referenced by RooChi2MCSModule::processAfterFit().

RooCmdArg RooFit::DrawOption ( const char *  opt)
RooCmdArg RooFit::Efficiency ( const RooCategory cat)

Definition at line 91 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Embedded ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::EvalErrorValue ( Double_t  value)

Definition at line 64 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::EvalErrorWall ( Bool_t  flag)

Definition at line 203 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::EventRange ( Int_t  nStart,
Int_t  nStop 
)

Definition at line 178 of file RooGlobalFunc.cxx.

Referenced by RooAbsGenContext::resampleData().

RooCmdArg RooFit::ExpectedData ( Bool_t  flag = kTRUE)

Definition at line 228 of file RooGlobalFunc.cxx.

Referenced by Asimov(), ClassImp(), and RooJeffreysPrior::evaluate().

RooCmdArg RooFit::Extended ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::ExternalConstraints ( const RooArgSet constraintPdfs)

Definition at line 201 of file RooGlobalFunc.cxx.

Referenced by RooMCStudy::RooMCStudy().

RooCmdArg RooFit::FillColor ( Color_t  color)
RooCmdArg RooFit::FillStyle ( Style_t  style)

Definition at line 59 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FitGauss ( Bool_t  flag = kTRUE)

Definition at line 278 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FitModel ( RooAbsPdf pdf)

Definition at line 257 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FitOptions ( const char *  opts)

Definition at line 181 of file RooGlobalFunc.cxx.

Referenced by RooMCStudy::doFit().

RooCmdArg RooFit::FitOptions ( const RooCmdArg arg1,
const RooCmdArg arg2 = RooCmdArg::none(),
const RooCmdArg arg3 = RooCmdArg::none(),
const RooCmdArg arg4 = RooCmdArg::none(),
const RooCmdArg arg5 = RooCmdArg::none(),
const RooCmdArg arg6 = RooCmdArg::none() 
)

Definition at line 258 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FixedPrecision ( Int_t  ndigit = 2)

Definition at line 287 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Format ( const char *  format,
Int_t  sigDigit 
)

Definition at line 162 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Format ( const char *  what,
const RooCmdArg arg1 = RooCmdArg::none(),
const RooCmdArg arg2 = RooCmdArg::none(),
const RooCmdArg arg3 = RooCmdArg::none(),
const RooCmdArg arg4 = RooCmdArg::none(),
const RooCmdArg arg5 = RooCmdArg::none(),
const RooCmdArg arg6 = RooCmdArg::none(),
const RooCmdArg arg7 = RooCmdArg::none(),
const RooCmdArg arg8 = RooCmdArg::none() 
)

Definition at line 163 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Frame ( const RooCmdArg arg1,
const RooCmdArg arg2 = RooCmdArg::none(),
const RooCmdArg arg3 = RooCmdArg::none(),
const RooCmdArg arg4 = RooCmdArg::none(),
const RooCmdArg arg5 = RooCmdArg::none(),
const RooCmdArg arg6 = RooCmdArg::none() 
)

Definition at line 269 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FrameBins ( Int_t  nbins)

Definition at line 276 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::FrameRange ( Double_t  xlo,
Double_t  xhi 
)

Definition at line 277 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::GenBinned ( const char *  tag)

Definition at line 231 of file RooGlobalFunc.cxx.

Referenced by ClassImp().

RooCmdArg RooFit::GlobalObservables ( const RooArgSet globs)

Definition at line 198 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::GlobalObservablesTag ( const char *  tagName)

Definition at line 199 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Hesse ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::Import ( const char *  state,
TH1 histo 
)
RooCmdArg RooFit::Import ( const std::map< std::string, TH1 * > &  arg)

Definition at line 110 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( const char *  state,
RooDataHist dhist 
)

Definition at line 98 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( const std::map< std::string, RooDataHist * > &  arg)

Definition at line 101 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( TH1 histo,
Bool_t  importDensity = kFALSE 
)

Definition at line 99 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( const char *  state,
RooDataSet data 
)

Definition at line 125 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( const std::map< std::string, RooDataSet * > &  arg)

Definition at line 133 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( RooDataSet data)

Definition at line 126 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Import ( TTree tree)

Definition at line 127 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ImportFromFile ( const char *  fname,
const char *  tname 
)

Definition at line 128 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Index ( RooCategory icat)
RooCmdArg RooFit::InitialHesse ( Bool_t  flag = kTRUE)

Definition at line 189 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Integrate ( Bool_t  flag)

Definition at line 206 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::IntegratedObservables ( const RooArgSet intObs)

Definition at line 249 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::IntrinsicBinning ( Bool_t  flag = kTRUE)

Definition at line 242 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Invisible ( )

Definition at line 62 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Label ( const char *  str)

Definition at line 212 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::LatexStyle ( Bool_t  flag = kTRUE)

Definition at line 289 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::LatexTableStyle ( Bool_t  flag = kTRUE)

Definition at line 290 of file RooGlobalFunc.cxx.

Referenced by RooAbsCollection::printLatex().

RooCmdArg RooFit::Layout ( Double_t  xmin,
Double_t  xmax = 0.99,
Double_t  ymin = 0.95 
)
RooCmdArg RooFit::LineColor ( Color_t  color)
RooCmdArg RooFit::LineStyle ( Style_t  style)

Definition at line 56 of file RooGlobalFunc.cxx.

Referenced by ClassImp(), and RooStats::HistFactory::FitModelAndPlot().

RooCmdArg RooFit::LineWidth ( Width_t  width)

Definition at line 57 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Link ( const char *  state,
RooAbsData data 
)
RooCmdArg RooFit::Link ( const std::map< std::string, RooAbsData * > &  arg)

Definition at line 142 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::MarkerColor ( Color_t  color)

Definition at line 86 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::MarkerSize ( Size_t  size)

Definition at line 85 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::MarkerStyle ( Style_t  style)

Definition at line 84 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Minimizer ( const char *  type,
const char *  alg = 0 
)
RooCmdArg RooFit::Minos ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::Minos ( const RooArgSet minosArgs)

Definition at line 192 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::MoveToBack ( )
RooCmdArg RooFit::MultiArg ( const RooCmdArg arg1,
const RooCmdArg arg2,
const RooCmdArg arg3 = RooCmdArg::none(),
const RooCmdArg arg4 = RooCmdArg::none(),
const RooCmdArg arg5 = RooCmdArg::none(),
const RooCmdArg arg6 = RooCmdArg::none(),
const RooCmdArg arg7 = RooCmdArg::none(),
const RooCmdArg arg8 = RooCmdArg::none() 
)

Definition at line 330 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Name ( const char *  name)

Definition at line 61 of file RooGlobalFunc.cxx.

Referenced by ClassImp().

RooCmdArg RooFit::NoRecursion ( Bool_t  flag = kTRUE)

Definition at line 313 of file RooGlobalFunc.cxx.

Referenced by RooCustomizer::CustIFace::create().

RooCmdArg RooFit::Normalization ( Double_t  scaleFactor)
RooCmdArg RooFit::Normalization ( Double_t  scaleFactor,
Int_t  scaleType 
)

Definition at line 75 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::NormRange ( const char *  rangeNameList)

Definition at line 53 of file RooGlobalFunc.cxx.

Referenced by RooAbsPdf::plotOn(), and RooAbsReal::plotOn().

RooCmdArg RooFit::NormSet ( const RooArgSet nset)

Definition at line 252 of file RooGlobalFunc.cxx.

Referenced by RooFactoryWSTool::SpecialsIFace::create().

RooCmdArg RooFit::NumCPU ( Int_t  nCPU,
Int_t  interleave = 0 
)

Definition at line 156 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::NumEvents ( Int_t  numEvents)

Definition at line 226 of file RooGlobalFunc.cxx.

Referenced by ClassImp(), RooAbsPdf::generate(), and RooAbsPdf::generateBinned().

RooCmdArg RooFit::NumEvents ( Double_t  numEvents)

Definition at line 227 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::NumIntConfig ( const RooNumIntConfig cfg)

Definition at line 253 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ObjectName ( const char *  name)

Definition at line 295 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Offset ( Bool_t  flag = kTRUE)
ostream & RooFit::operator<< ( std::ostream &  os,
const RooPrintable rp 
)

Definition at line 51 of file RooPrintable.cxx.

RooCmdArg RooFit::Optimize ( Int_t  flag = 2)

Definition at line 182 of file RooGlobalFunc.cxx.

Referenced by ClassImp(), TMVA::kNN::ModulekNN::Fill(), and FindGoodLimits().

RooCmdArg RooFit::OutputFile ( const char *  fileName)

Definition at line 160 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::OutputStream ( std::ostream &  os)

Definition at line 299 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::OwnLinked ( )
RooCmdArg RooFit::Parameters ( const RooArgSet params)

Definition at line 214 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Precision ( Double_t  prec)
RooCmdArg RooFit::Prefix ( Bool_t  flag)

Definition at line 300 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::PrintEvalErrors ( Int_t  numErrors)

Definition at line 202 of file RooGlobalFunc.cxx.

Referenced by RooStats::SPlot::AddSWeight().

RooCmdArg RooFit::PrintLevel ( Int_t  code)
RooCmdArg RooFit::Project ( const RooArgSet projSet)

Definition at line 41 of file RooGlobalFunc.cxx.

Referenced by RooSimultaneous::plotOn().

RooCmdArg RooFit::ProjectedObservables ( const RooArgSet set)

Definition at line 194 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ProjectionRange ( const char *  rangeName)

Definition at line 60 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ProjWData ( const RooAbsData projData,
Bool_t  binData = kFALSE 
)

Definition at line 45 of file RooGlobalFunc.cxx.

Referenced by RooSimultaneous::plotOn().

RooCmdArg RooFit::ProjWData ( const RooArgSet projSet,
const RooAbsData projData,
Bool_t  binData = kFALSE 
)

Definition at line 42 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ProtoData ( const RooDataSet protoData,
Bool_t  randomizeOrder = kFALSE,
Bool_t  resample = kFALSE 
)

Definition at line 224 of file RooGlobalFunc.cxx.

Referenced by ClassImp().

RooCmdArg RooFit::Range ( const char *  rangeName,
Bool_t  adjustNorm = kTRUE 
)
RooCmdArg RooFit::Range ( Double_t  lo,
Double_t  hi,
Bool_t  adjustNorm = kTRUE 
)

Definition at line 52 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::RecycleConflictNodes ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::RefreshNorm ( )

Definition at line 90 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Rename ( const char *  suffix)
RooCmdArg RooFit::RenameAllNodes ( const char *  suffix)

Definition at line 307 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::RenameAllVariables ( const char *  suffix)

Definition at line 308 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::RenameAllVariablesExcept ( const char *  suffix,
const char *  exceptionList 
)

Definition at line 309 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::RenameConflictNodes ( const char *  suffix,
Bool_t  renameOrigNodes = kFALSE 
)
RooCmdArg RooFit::RenameVariable ( const char *  inputName,
const char *  outputName 
)

Definition at line 310 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Rescale ( Double_t  factor)

Definition at line 92 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Restrict ( const char *  catName,
const char *  stateNameList 
)

Definition at line 320 of file RooGlobalFunc.cxx.

RooConstVar & RooFit::RooConst ( Double_t  val)
RooCmdArg RooFit::Save ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::Scaling ( Bool_t  flag)
RooCmdArg RooFit::ScanAllCdf ( )

Definition at line 326 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ScanNoCdf ( )
RooCmdArg RooFit::ScanNumCdf ( )

Definition at line 325 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ScanParameters ( Int_t  nbins,
Int_t  intOrder 
)

Definition at line 324 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SelectVars ( const RooArgSet vars)
RooCmdArg RooFit::ShiftToZero ( )

Definition at line 49 of file RooGlobalFunc.cxx.

Referenced by ClassImp(), and RooStats::HistFactory::FitModelAndPlot().

RooCmdArg RooFit::ShowAsymError ( Bool_t  flag)

Definition at line 284 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowConstants ( Bool_t  flag = kTRUE)

Definition at line 215 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowError ( Bool_t  flag)

Definition at line 283 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowName ( Bool_t  flag)

Definition at line 281 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowProgress ( )

Definition at line 70 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowUnit ( Bool_t  flag)

Definition at line 285 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::ShowValue ( Bool_t  flag)

Definition at line 282 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Sibling ( const RooAbsCollection sibling)

Definition at line 161 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Silence ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::Slice ( const RooArgSet sliceSet)

Definition at line 38 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Slice ( RooCategory cat,
const char *  label 
)

Definition at line 39 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SplitParam ( const char *  varname,
const char *  catname 
)

Definition at line 316 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SplitParam ( const RooRealVar var,
const RooAbsCategory cat 
)

Definition at line 317 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SplitParamConstrained ( const char *  varname,
const char *  catname,
const char *  rsname 
)

Definition at line 318 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SplitParamConstrained ( const RooRealVar var,
const RooAbsCategory cat,
const char *  rsname 
)

Definition at line 319 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SplitRange ( Bool_t  flag = kTRUE)

Definition at line 195 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::StoreAsymError ( const RooArgSet aset)

Definition at line 130 of file RooGlobalFunc.cxx.

Referenced by RooAbsStudy::registerSummaryOutput().

RooCmdArg RooFit::StoreError ( const RooArgSet aset)

Definition at line 129 of file RooGlobalFunc.cxx.

Referenced by RooAbsStudy::registerSummaryOutput().

RooCmdArg RooFit::Strategy ( Int_t  code)
RooCmdArg RooFit::SumCoefRange ( const char *  rangeName)

Definition at line 196 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::SumW2Error ( Bool_t  flag)

Definition at line 204 of file RooGlobalFunc.cxx.

Referenced by RooStats::SPlot::AddSWeight(), and RooJeffreysPrior::evaluate().

RooCmdArg RooFit::SupNormSet ( const RooArgSet nset)

Definition at line 323 of file RooGlobalFunc.cxx.

Referenced by RooAbsPdf::createCdf(), and RooAbsReal::createRunningIntegral().

RooCmdArg RooFit::TagName ( const char *  name)

Definition at line 298 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Timer ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::Title ( const char *  name)

Definition at line 171 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::TLatexStyle ( Bool_t  flag = kTRUE)

Definition at line 288 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Topic ( Int_t  topic)

Definition at line 294 of file RooGlobalFunc.cxx.

Referenced by RooMsgService::RooMsgService().

RooCmdArg RooFit::VerbatimName ( Bool_t  flag = kTRUE)

Definition at line 291 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Verbose ( Bool_t  flag = kTRUE)
RooCmdArg RooFit::VisualizeError ( const RooDataSet paramData,
Double_t  Z = 1 
)

Definition at line 69 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::VisualizeError ( const RooFitResult fitres,
Double_t  Z = 1,
Bool_t  linearMethod = kTRUE 
)

Definition at line 66 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::VisualizeError ( const RooFitResult fitres,
const RooArgSet param,
Double_t  Z = 1,
Bool_t  linearMethod = kTRUE 
)

Definition at line 67 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::VLines ( )
RooCmdArg RooFit::Warnings ( Bool_t  flag = kTRUE)

Definition at line 187 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::Weight ( Double_t  wgt)

Definition at line 95 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::WeightVar ( const char *  name,
Bool_t  reinterpretAsWeight = kFALSE 
)
RooCmdArg RooFit::WeightVar ( const RooRealVar arg,
Bool_t  reinterpretAsWeight = kFALSE 
)

Definition at line 123 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::What ( const char *  str)

Definition at line 218 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::XErrorSize ( Double_t  width)

Definition at line 89 of file RooGlobalFunc.cxx.

RooCmdArg RooFit::YVar ( const RooAbsRealLValue var,
const RooCmdArg arg = RooCmdArg::none() 
)
RooCmdArg RooFit::ZVar ( const RooAbsRealLValue var,
const RooCmdArg arg = RooCmdArg::none() 
)

Definition at line 237 of file RooGlobalFunc.cxx.

Referenced by RooAbsData::createHistogram(), and RooAbsReal::createHistogram().