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

Functions

RooCmdArg RooFit::Import (const char *state, RooAbsData &data)
 
RooCmdArg RooFit::Import (const char *state, RooDataHist &dhist)
 
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 (RooAbsData &data)
 
template<class DataPtr_t >
RooCmdArg RooFit::Import (std::map< std::string, DataPtr_t > const &map)
 
RooCmdArg RooFit::Import (TH1 &histo, bool importDensity=false)
 
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 wgt)
 
RooCmdArg RooFit::WeightVar (const char *name="weight", bool reinterpretAsWeight=false)
 
RooCmdArg RooFit::WeightVar (const RooRealVar &arg, bool reinterpretAsWeight=false)
 

Function Documentation

◆ Import() [1/10]

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

Definition at line 176 of file RooGlobalFunc.cxx.

◆ Import() [2/10]

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

Definition at line 158 of file RooGlobalFunc.cxx.

◆ Import() [3/10]

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

Definition at line 157 of file RooGlobalFunc.cxx.

◆ Import() [4/10]

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 161 of file RooGlobalFunc.cxx.

◆ Import() [5/10]

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 184 of file RooGlobalFunc.cxx.

◆ Import() [6/10]

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 164 of file RooGlobalFunc.cxx.

◆ Import() [7/10]

RooCmdArg RooFit::Import ( RooAbsData data)

Definition at line 177 of file RooGlobalFunc.cxx.

◆ Import() [8/10]

template<class DataPtr_t >
RooCmdArg RooFit::Import ( std::map< std::string, DataPtr_t > const &  map)

Definition at line 175 of file RooGlobalFunc.h.

◆ Import() [9/10]

RooCmdArg RooFit::Import ( TH1 histo,
bool  importDensity = false 
)

Definition at line 159 of file RooGlobalFunc.cxx.

◆ Import() [10/10]

RooCmdArg RooFit::Import ( TTree tree)

Definition at line 178 of file RooGlobalFunc.cxx.

◆ ImportFromFile()

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

Definition at line 179 of file RooGlobalFunc.cxx.

◆ Index()

RooCmdArg RooFit::Index ( RooCategory icat)

Definition at line 156 of file RooGlobalFunc.cxx.

◆ Link() [1/2]

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

Definition at line 175 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 187 of file RooGlobalFunc.cxx.

◆ OwnLinked()

RooCmdArg RooFit::OwnLinked ( )

Definition at line 182 of file RooGlobalFunc.cxx.

◆ StoreAsymError()

RooCmdArg RooFit::StoreAsymError ( const RooArgSet aset)

Definition at line 181 of file RooGlobalFunc.cxx.

◆ StoreError()

RooCmdArg RooFit::StoreError ( const RooArgSet aset)

Definition at line 180 of file RooGlobalFunc.cxx.

◆ Weight()

RooCmdArg RooFit::Weight ( double  wgt)

Definition at line 155 of file RooGlobalFunc.cxx.

◆ WeightVar() [1/2]

RooCmdArg RooFit::WeightVar ( const char *  name = "weight",
bool  reinterpretAsWeight = false 
)

Definition at line 170 of file RooGlobalFunc.cxx.

◆ WeightVar() [2/2]

RooCmdArg RooFit::WeightVar ( const RooRealVar arg,
bool  reinterpretAsWeight = false 
)

Definition at line 174 of file RooGlobalFunc.cxx.