Classes | |
| class | ProductDomain | 
Public Member Functions | |
| void | populate (RooWorkspace &ws) const | 
| void | readJSON (RooFit::Detail::JSONNode const &) | 
| void | readVariable (const char *name, double min, double max) | 
| void | readVariable (const char *name, double min, double max, const char *domain) | 
| void | readVariable (RooRealVar const &) | 
| void | writeJSON (RooFit::Detail::JSONNode &) const | 
| void | writeVariable (RooRealVar &) const | 
Public Attributes | |
| std::map< std::string, ProductDomain > | _map | 
#include </github/home/ROOT-CI/src/roofit/hs3/src/Domains.h>
| void RooFit::JSONIO::Detail::Domains::populate | ( | RooWorkspace & | ws | ) | const | 
Definition at line 28 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::readJSON | ( | RooFit::Detail::JSONNode const & | node | ) | 
Definition at line 69 of file Domains.cxx.
Definition at line 41 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::readVariable | ( | const char * | name, | 
| double | min, | ||
| double | max, | ||
| const char * | domain ) | 
Definition at line 45 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::readVariable | ( | RooRealVar const & | var | ) | 
Definition at line 50 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::writeJSON | ( | RooFit::Detail::JSONNode & | node | ) | const | 
Definition at line 84 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::writeVariable | ( | RooRealVar & | var | ) | const | 
Definition at line 61 of file Domains.cxx.
| std::map<std::string, ProductDomain> RooFit::JSONIO::Detail::Domains::_map |