57using namespace HistFactory;
71 cout <<
"Choose from the following"<<endl;
72 cout <<
"void ModifyInterpolationForAll(RooWorkspace* ws, int code=1);"<<endl;
73 cout <<
"void ModifyInterpolationForSet(RooArgSet* modifySet, int code = 1);"<<endl;
74 cout <<
"void CheckInterpolation(RooWorkspace* ws);"<<endl;
81 while((tempObj=it->
Next())){
96 while((tempObj=serverIt->
Next())){
113 while((tempObj=it->
Next())){
void CheckInterpolation(RooWorkspace *ws)
void ModifyInterpolation()
void ModifyInterpolationForSet(RooArgSet *modifySet, int code=1)
void ModifyInterpolationForAll(RooWorkspace *ws, int code=1)
TIterator * clientIterator() const R__SUGGEST_ALTERNATIVE("Use clients() and begin()
TIterator * createIterator(Bool_t dir=kIterForward) const R__SUGGEST_ALTERNATIVE("begin()
TIterator-style iteration over contained elements.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooRealVar represents a variable that can be changed from the outside.
void setInterpCode(RooAbsReal ¶m, int code)
void printAllInterpCodes()
void setAllInterpCodes(int code)
The RooWorkspace is a persistable container for RooFit projects.
Iterator abstract base class.
virtual TObject * Next()=0
Mother of all ROOT objects.
Namespace for the RooStats classes.