Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::JSONIO::Detail::Domains::ProductDomain Class Reference

Definition at line 47 of file Domains.h.

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>

Member Function Documentation

◆ populate()

void RooFit::JSONIO::Detail::Domains::ProductDomain::populate ( RooWorkspace & ws) const

Definition at line 161 of file Domains.cxx.

◆ readJSON()

void RooFit::JSONIO::Detail::Domains::ProductDomain::readJSON ( RooFit::Detail::JSONNode const & node)

Definition at line 126 of file Domains.cxx.

◆ readVariable() [1/2]

void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable ( const char * name,
double min,
double max )

Definition at line 99 of file Domains.cxx.

◆ readVariable() [2/2]

void RooFit::JSONIO::Detail::Domains::ProductDomain::readVariable ( const RooRealVar & var)

Definition at line 94 of file Domains.cxx.

◆ registerBinnings()

void RooFit::JSONIO::Detail::Domains::ProductDomain::registerBinnings ( const char * name,
RooWorkspace & ws ) const

Definition at line 173 of file Domains.cxx.

◆ writeJSON()

void RooFit::JSONIO::Detail::Domains::ProductDomain::writeJSON ( RooFit::Detail::JSONNode & node) const

Definition at line 144 of file Domains.cxx.

◆ writeVariable()

void RooFit::JSONIO::Detail::Domains::ProductDomain::writeVariable ( RooRealVar & var) const

Definition at line 115 of file Domains.cxx.

Member Data Documentation

◆ _map

std::map<std::string, ProductDomainElement> RooFit::JSONIO::Detail::Domains::ProductDomain::_map
private

Definition at line 67 of file Domains.h.

  • roofit/hs3/src/Domains.h
  • roofit/hs3/src/Domains.cxx