Classes | |
| struct | ProductDomainElement |
Public Member Functions | |
| void | populate (RooWorkspace &ws) const |
| void | readJSON (RooFit::Detail::JSONNode const &) |
| void | readVariable (const char *name, double min, double max) |
| void | writeJSON (RooFit::Detail::JSONNode &) const |
| void | writeVariable (RooRealVar &) const |
Private Attributes | |
| std::map< std::string, ProductDomainElement > | _map |
| void RooFit::JSONIO::Detail::Domains::ProductDomain::populate | ( | RooWorkspace & | ws | ) | const |
Definition at line 120 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readJSON | ( | RooFit::Detail::JSONNode const & | node | ) |
Definition at line 86 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable | ( | const char * | name, |
| double | min, | ||
| double | max | ||
| ) |
Definition at line 62 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeJSON | ( | RooFit::Detail::JSONNode & | node | ) | const |
Definition at line 104 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeVariable | ( | RooRealVar & | var | ) | const |
Definition at line 75 of file Domains.cxx.
|
private |