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::StoreAsymError (RooArgSet &&aset)
 
RooCmdArg RooFit::StoreError (const RooArgSet &aset)
 
RooCmdArg RooFit::StoreError (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 142 of file RooGlobalFunc.cxx.

◆ Import() [2/9]

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

Definition at line 157 of file RooGlobalFunc.cxx.

◆ Import() [3/9]

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

Definition at line 141 of file RooGlobalFunc.cxx.

◆ Import() [4/9]

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

PyROOT

The Import function is pythonized for converting python dict to std::map. The keywords must correspond to the CmdArg of the function. The instances in the dict must correspond to the template argument in std::map of the function.

Definition at line 145 of file RooGlobalFunc.cxx.

◆ Import() [5/9]

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

PyROOT

The Import function is pythonized for converting python dict to std::map. The keywords must correspond to the CmdArg of the function. The instances in the dict must correspond to the template argument in std::map of the function.

Definition at line 167 of file RooGlobalFunc.cxx.

◆ Import() [6/9]

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

PyROOT

The Import function is pythonized for converting python dict to std::map. The keywords must correspond to the CmdArg of the function. The instances in the dict must correspond to the template argument in std::map of the function.

Definition at line 148 of file RooGlobalFunc.cxx.

◆ Import() [7/9]

RooCmdArg RooFit::Import ( RooDataSet data)

Definition at line 158 of file RooGlobalFunc.cxx.

◆ Import() [8/9]

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

Definition at line 143 of file RooGlobalFunc.cxx.

◆ Import() [9/9]

RooCmdArg RooFit::Import ( TTree tree)

Definition at line 159 of file RooGlobalFunc.cxx.

◆ ImportFromFile()

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

Definition at line 160 of file RooGlobalFunc.cxx.

◆ Index()

RooCmdArg RooFit::Index ( RooCategory icat)

Definition at line 140 of file RooGlobalFunc.cxx.

◆ Link() [1/2]

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

Definition at line 156 of file RooGlobalFunc.cxx.

◆ Link() [2/2]

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

PyROOT

The Link function is pythonized for converting python dict to std::map. The keywords must correspond to the CmdArg of the function. The instances in the dict must correspond to the template argument in std::map of the function.

Definition at line 170 of file RooGlobalFunc.cxx.

◆ OwnLinked()

RooCmdArg RooFit::OwnLinked ( )

Definition at line 165 of file RooGlobalFunc.cxx.

◆ StoreAsymError() [1/2]

RooCmdArg RooFit::StoreAsymError ( const RooArgSet aset)

Definition at line 163 of file RooGlobalFunc.cxx.

◆ StoreAsymError() [2/2]

RooCmdArg RooFit::StoreAsymError ( RooArgSet &&  aset)

Definition at line 164 of file RooGlobalFunc.cxx.

◆ StoreError() [1/2]

RooCmdArg RooFit::StoreError ( const RooArgSet aset)

Definition at line 161 of file RooGlobalFunc.cxx.

◆ StoreError() [2/2]

RooCmdArg RooFit::StoreError ( RooArgSet &&  aset)

Definition at line 162 of file RooGlobalFunc.cxx.

◆ Weight()

RooCmdArg RooFit::Weight ( Double_t  wgt)

Definition at line 139 of file RooGlobalFunc.cxx.

◆ WeightVar() [1/2]

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

Definition at line 154 of file RooGlobalFunc.cxx.

◆ WeightVar() [2/2]

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

Definition at line 155 of file RooGlobalFunc.cxx.