Classes | |
| struct | ProductDomainElement | 
Public Member Functions | |
| 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::readJSON | ( | RooFit::Detail::JSONNode const & | node | ) | 
Definition at line 72 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable | ( | const char * | name, | 
| double | min, | ||
| double | max | ||
| ) | 
Definition at line 48 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeJSON | ( | RooFit::Detail::JSONNode & | node | ) | const | 
Definition at line 88 of file Domains.cxx.
| void RooFit::JSONIO::Detail::Domains::ProductDomain::writeVariable | ( | RooRealVar & | var | ) | const | 
Definition at line 61 of file Domains.cxx.
      
  | 
  private |