167 _masterBranchList(
"masterBranchList"),
168 _masterLeafList(
"masterLeafList"),
169 _internalCloneBranchList(
"cloneBranchList"),
170 _cloneNodeListAll(splitLeafsAll),
171 _cloneNodeListOwned(&splitLeafs)
196 _masterBranchList(
"masterBranchList"),
197 _masterLeafList(
"masterLeafList"),
198 _internalCloneBranchList(
"cloneBranchList"),
199 _cloneNodeListAll(0),
200 _cloneNodeListOwned(0)
253 <<
") ERROR cannot set spitting rules on this sterile customizer" << endl ;
278 << arg.
GetName() <<
" only using first rule" << endl ;
284 <<
") ERROR cannot set spitting rules on this sterile customizer" << endl ;
301 << orig.
GetName() <<
" only using first rule" << endl ;
357 <<
") ERROR cannot use leaf spitting build() on this sterile customizer" << endl ;
364 <<
"' not defined for master splitting category " <<
_masterCat->
GetName() << endl ;
368 return doBuild(masterCatState,verbose) ;
379 RooArgSet masterNodesToBeSplit(
"masterNodesToBeSplit") ;
380 RooArgSet masterNodesToBeReplaced(
"masterNodesToBeReplaced") ;
381 RooArgSet masterReplacementNodes(
"masterReplacementNodes") ;
382 RooArgSet clonedMasterNodes(
"clonedMasterNodes") ;
405 <<
"): tree node " << node->
GetName() <<
" is split by category " << splitCat->
GetName() << endl ;
408 TString newName(node->
GetName()) ;
409 if (masterCatState) {
410 newName.Append(
"_") ;
411 newName.Append(splitCat->
getLabel()) ;
419 clonedMasterNodes.
add(*specNode) ;
422 <<
") Adding existing node specialization " << newName <<
" to clonedMasterNodes" << endl ;
426 TString nameAttrib(
"ORIGNAME:") ;
427 nameAttrib.Append(node->
GetName()) ;
440 <<
"): WARNING: branch node " << node->
GetName() <<
" is split but has no pre-defined specializations" << endl ;
443 TString newTitle(node->
GetTitle()) ;
444 newTitle.Append(
" (") ;
445 newTitle.Append(splitCat->
getLabel()) ;
446 newTitle.Append(
")") ;
454 TString nameAttrib(
"ORIGNAME:") ;
455 nameAttrib.Append(node->
GetName()) ;
463 clonedMasterNodes.
add(*clone) ;
473 masterNodesToBeSplit.
add(*node) ;
481 <<
"): tree node " << node->
GetName() <<
" will be replaced by " << substArg->
GetName() << endl ;
485 TString nameAttrib(
"ORIGNAME:") ;
486 nameAttrib.Append(node->
GetName()) ;
490 masterNodesToBeReplaced.
add(*node) ;
491 masterReplacementNodes.
add(*substArg) ;
497 RooArgSet masterBranchesToBeCloned(
"masterBranchesToBeCloned") ;
504 if (masterNodesToBeSplit.
find(branch->
GetName())) {
510 if (masterNodesToBeReplaced.
find(branch->
GetName())) {
517 if (branch->
dependsOn(masterNodesToBeSplit)) {
520 << branch->IsA()->
GetName() <<
"::" << branch->
GetName() <<
" cloned: depends on a split parameter" << endl ;
522 masterBranchesToBeCloned.
add(*branch) ;
523 }
else if (branch->
dependsOn(masterNodesToBeReplaced)) {
526 << branch->IsA()->
GetName() <<
"::" << branch->
GetName() <<
" cloned: depends on a replaced parameter" << endl ;
528 masterBranchesToBeCloned.
add(*branch) ;
534 RooArgSet clonedMasterBranches(
"clonedMasterBranches") ;
538 TString newName(branch->
GetName()) ;
539 if (masterCatState) {
540 newName.Append(
"_") ;
541 newName.Append(masterCatState) ;
547 TString nameAttrib(
"ORIGNAME:") ;
548 nameAttrib.Append(branch->
GetName()) ;
555 clonedMasterBranches.
add(*clone) ;
603 os << IsA()->GetName() ;
630 os << indent <<
" Splitting rules:" << endl ;
631 for (i=0 ; i<nsplit ; i++) {
638 os << indent <<
" Replacement rules:" << endl ;
639 for (i=0 ; i<nrepl ; i++) {
668 throw string(
Form(
"RooCustomizer::CustIFace::create() ERROR: expect at least 2 arguments for EDIT: the input object and at least one $Replace() rule")) ;
671 if (
string(typeName)!=
"EDIT") {
672 throw string(
Form(
"RooCustomizer::CustIFace::create() ERROR: unknown type requested: %s",typeName)) ;
678 throw string(
Form(
"RooCustomizer::CustIFace::create() ERROR: input RooAbsArg %s does not exist",args[0].c_str())) ;
682 if (args[0]==instanceName) {
689 for (
unsigned int i=1 ; i<args.size() ; i++) {
691 strlcpy(buf,args[i].c_str(),1024) ;
692 char*
sep = strchr(buf,
'=') ;
694 throw string(
Form(
"RooCustomizer::CustIFace::create() ERROR: unknown argument: %s, expect form orig=subst",args[i].c_str())) ;
699 if (
string(
sep+1).find(
"$REMOVE")==0) {
705 char* sep2 = strchr(
sep+1,
'(') ;
708 strlcpy(buf2,sep2+1,1024) ;
733 oocoutW((
TObject*)0,
ObjectHandling) <<
"RooCustomizer::CustIFace::create() WARNING: input or replacement of a replacement operation not found, operation ignored"<< endl ;
740 throw string(
Form(
"RooCustomizer::CustIFace::create() ERROR in customizer build, object %snot created",instanceName)) ;
752 return string(instanceName?instanceName:targ->
GetName()) ;
char * R__STRTOK_R(char *str, const char *delim, char **saveptr)
char * Form(const char *fmt,...)
typedef void((*Func_t)())
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
Bool_t redirectServers(const RooAbsCollection &newServerList, Bool_t mustReplaceAll=kFALSE, Bool_t nameChange=kFALSE, Bool_t isRecursionStep=kFALSE)
Iterator over _clientListValue.
Bool_t dependsOn(const RooAbsCollection &serverList, const RooAbsArg *ignoreArg=0, Bool_t valueOnly=kFALSE) const
Test whether we depend on (ie, are served by) any object in the specified collection.
void setStringAttribute(const Text_t *key, const Text_t *value)
Associate string 'value' to this object under key 'key'.
void leafNodeServerList(RooAbsCollection *list, const RooAbsArg *arg=0, Bool_t recurseNonDerived=kFALSE) const
Fill supplied list with all leaf nodes of the arg tree, starting with ourself as top node.
virtual TObject * Clone(const char *newname=0) const
Make a clone of an object using the Streamer facility.
const Text_t * getStringAttribute(const Text_t *key) const
Get string attribute mapped under key 'key'.
void setAttribute(const Text_t *name, Bool_t value=kTRUE)
Set (default) or clear a named boolean attribute of this object.
virtual Bool_t isDerived() const
Bool_t addOwnedComponents(const RooArgSet &comps)
Take ownership of the contents of 'comps'.
void branchNodeServerList(RooAbsCollection *list, const RooAbsArg *arg=0, Bool_t recurseNonDerived=kFALSE) const
Fill supplied list with all branch nodes of the arg tree starting with ourself as top node.
void SetName(const char *name)
Set the name of the TNamed.
RooAbsCategoryLValue is the common abstract base class for objects that represent a discrete value th...
virtual Bool_t setLabel(const char *label, Bool_t printError=kTRUE)=0
RooAbsCategory is the common abstract base class for objects that represent a discrete value with a f...
virtual const char * getLabel() const
Return label string of current state.
virtual Bool_t remove(const RooAbsArg &var, Bool_t silent=kFALSE, Bool_t matchByNameOnly=kFALSE)
Remove the specified argument from our list.
void setHashTableSize(Int_t i)
TIterator * createIterator(Bool_t dir=kIterForward) const
RooAbsArg * find(const char *name) const
Find object with given name in list.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
virtual Bool_t addOwned(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling addOwned() for each element in the source...
virtual Bool_t add(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
std::string create(RooFactoryWSTool &ft, const char *typeName, const char *instanceName, std::vector< std::string > args)
void splitArg(const RooAbsArg &arg, const RooAbsCategory &splitCat)
Split all argument 'arg' into individualized clones for each defined state of 'splitCat'.
void setCloneBranchSet(RooArgSet &cloneBranchSet)
Install the input RooArgSet as container in which all cloned branches will be stored.
RooArgSet * _cloneNodeListAll
void replaceArg(const RooAbsArg &orig, const RooAbsArg &subst)
Replace any occurence of arg 'orig' with arg 'subst'.
const RooArgSet & cloneBranchList() const
RooArgSet * _cloneBranchList
virtual void printName(std::ostream &os) const
Print name of customizer.
TIterator * _masterLeafListIter
virtual void printTitle(std::ostream &os) const
Print title of customizer.
RooCustomizer(const RooAbsArg &pdf, const RooAbsCategoryLValue &masterCat, RooArgSet &splitLeafListOwned, RooArgSet *splitLeafListAll=0)
Constructor with a prototype and masterCat index category.
virtual void printMultiline(std::ostream &os, Int_t content, Bool_t verbose=kFALSE, TString indent="") const
Print customizer configuration details.
RooArgSet _masterBranchList
RooAbsArg * doBuild(const char *masterCatState, Bool_t verbose)
Back-end implementation of the p.d.f building functionality.
RooArgSet _masterLeafList
virtual void printClassName(std::ostream &os) const
Print class name of customizer.
virtual ~RooCustomizer()
Destructor.
RooArgSet _internalCloneBranchList
void initialize()
Initialize the customizer.
TIterator * _masterBranchListIter
RooAbsCategoryLValue * _masterCat
void splitArgs(const RooArgSet &argSet, const RooAbsCategory &splitCat)
Split all arguments in 'set' into individualized clones for each defined state of 'splitCat'.
RooAbsArg * build(const char *masterCatState, Bool_t verbose=kFALSE)
Build a clone of the prototype executing all registered 'replace' rules and 'split' rules for the mas...
RooArgSet * _cloneNodeListOwned
virtual void printArgs(std::ostream &os) const
Print arguments of customizer, i.e. input p.d.f and input master category (if any)
static RooConstVar & removalDummy()
Create a dummy node used in node-removal operations.
RooAbsArg * arg(const char *name) const
Return RooAbsArg with given name. A null pointer is returned if none is found.
Bool_t import(const RooAbsArg &arg, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg(), const RooCmdArg &arg4=RooCmdArg(), const RooCmdArg &arg5=RooCmdArg(), const RooCmdArg &arg6=RooCmdArg(), const RooCmdArg &arg7=RooCmdArg(), const RooCmdArg &arg8=RooCmdArg(), const RooCmdArg &arg9=RooCmdArg())
Import a RooAbsArg object, e.g.
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
Iterator abstract base class.
virtual TObject * Next()=0
virtual void Add(TObject *obj)
virtual TObject * FindObject(const char *name) const
Delete a TObjLink object.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
The TNamed class is the base class for all named ROOT classes.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual const char * GetTitle() const
Returns title of object.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
virtual const char * GetName() const
Returns name of object.
virtual Int_t IndexOf(const TObject *obj) const
Return index of object in collection.
std::string GetName(const std::string &scope_name)
RooCmdArg NoRecursion(Bool_t flag=kTRUE)
RooCmdArg RenameConflictNodes(const char *suffix, Bool_t renameOrigNodes=kFALSE)
RooCmdArg Silence(Bool_t flag=kTRUE)