Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Arguments for various constructors

Functions

RooCmdArg RooFit::Import (const char *state, RooDataHist &dhist)
 
RooCmdArg RooFit::Import (const char *state, RooDataSet &data)
 
RooCmdArg RooFit::Import (const char *state, TH1 &histo)
 
RooCmdArg RooFit::Import (const std::map< std::string, RooDataHist * > &)
 
RooCmdArg RooFit::Import (const std::map< std::string, RooDataSet * > &)
 
RooCmdArg RooFit::Import (const std::map< std::string, TH1 * > &)
 
RooCmdArg RooFit::Import (RooDataSet &data)
 
RooCmdArg RooFit::Import (TH1 &histo, Bool_t importDensity=kFALSE)
 
RooCmdArg RooFit::Import (TTree &tree)
 
RooCmdArg RooFit::ImportFromFile (const char *fname, const char *tname)
 
RooCmdArg RooFit::Index (RooCategory &icat)
 
RooCmdArg RooFit::Link (const char *state, RooAbsData &data)
 
RooCmdArg RooFit::Link (const std::map< std::string, RooAbsData * > &)
 
RooCmdArg RooFit::OwnLinked ()
 
RooCmdArg RooFit::StoreAsymError (const RooArgSet &aset)
 
RooCmdArg RooFit::StoreError (const RooArgSet &aset)
 
RooCmdArg RooFit::Weight (Double_t wgt)
 
RooCmdArg RooFit::WeightVar (const char *name, Bool_t reinterpretAsWeight=kFALSE)
 
RooCmdArg RooFit::WeightVar (const RooRealVar &arg, Bool_t reinterpretAsWeight=kFALSE)
 

Function Documentation

◆ Import() [1/9]

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

Definition at line 100 of file RooGlobalFunc.cxx.

◆ Import() [2/9]

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

Definition at line 127 of file RooGlobalFunc.cxx.

◆ Import() [3/9]

RooCmdArg RooFit::Import ( const char *  state,
TH1 histo 
)

Definition at line 99 of file RooGlobalFunc.cxx.

◆ Import() [4/9]

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

Definition at line 103 of file RooGlobalFunc.cxx.

◆ Import() [5/9]

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

Definition at line 135 of file RooGlobalFunc.cxx.

◆ Import() [6/9]

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

Definition at line 112 of file RooGlobalFunc.cxx.

◆ Import() [7/9]

RooCmdArg RooFit::Import ( RooDataSet data)

Definition at line 128 of file RooGlobalFunc.cxx.

◆ Import() [8/9]

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

Definition at line 101 of file RooGlobalFunc.cxx.

◆ Import() [9/9]

RooCmdArg RooFit::Import ( TTree tree)

Definition at line 129 of file RooGlobalFunc.cxx.

◆ ImportFromFile()

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

Definition at line 130 of file RooGlobalFunc.cxx.

◆ Index()

RooCmdArg RooFit::Index ( RooCategory icat)

Definition at line 98 of file RooGlobalFunc.cxx.

◆ Link() [1/2]

RooCmdArg RooFit::Link ( const char *  state,
RooAbsData data 
)

Definition at line 126 of file RooGlobalFunc.cxx.

◆ Link() [2/2]

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

Definition at line 144 of file RooGlobalFunc.cxx.

◆ OwnLinked()

RooCmdArg RooFit::OwnLinked ( )

Definition at line 133 of file RooGlobalFunc.cxx.

◆ StoreAsymError()

RooCmdArg RooFit::StoreAsymError ( const RooArgSet aset)

Definition at line 132 of file RooGlobalFunc.cxx.

◆ StoreError()

RooCmdArg RooFit::StoreError ( const RooArgSet aset)

Definition at line 131 of file RooGlobalFunc.cxx.

◆ Weight()

RooCmdArg RooFit::Weight ( Double_t  wgt)

Definition at line 97 of file RooGlobalFunc.cxx.

◆ WeightVar() [1/2]

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

Definition at line 124 of file RooGlobalFunc.cxx.

◆ WeightVar() [2/2]

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

Definition at line 125 of file RooGlobalFunc.cxx.