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 | readVariable (const RooRealVar &) |
| void | registerBinnings (const char *name, RooWorkspace &ws) const |
| void | writeJSON (RooFit::Detail::JSONNode &) const |
| void | writeVariable (RooRealVar &) const |
Private Attributes | |
| std::map< std::string, ProductDomainElement > | _map |
#include </github/home/ROOT-CI/src/roofit/hs3/src/Domains.h>
| void RooFit::JSONIO::Detail::Domains::ProductDomain::populate | ( | RooWorkspace & | ws | ) | const |
Definition at line 161 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readJSON | ( | RooFit::Detail::JSONNode const & | node | ) |
Definition at line 126 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable | ( | const char * | name, |
| double | min, | ||
| double | max ) |
Definition at line 99 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable | ( | const RooRealVar & | var | ) |
Definition at line 94 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::registerBinnings | ( | const char * | name, |
| RooWorkspace & | ws ) const |
Definition at line 173 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeJSON | ( | RooFit::Detail::JSONNode & | node | ) | const |
Definition at line 144 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeVariable | ( | RooRealVar & | var | ) | const |
Definition at line 115 of file Domains.cxx.
|
private |