26   Bool_t moveBefore(
const char *before, 
const char *target, 
const char *caller= 0);
    27   Bool_t moveAfter(
const char *after, 
const char *target, 
const char *caller= 0);
 
Bool_t moveAfter(const char *after, const char *target, const char *caller=0)
Move the target object immediately after the specified object, preserving any Option_t associated wit...
#define ClassDef(name, id)
A RooList is a TList with extra support for working with options that are associated with each node...
TObjOptLink * findLink(const char *name, const char *caller=0) const
Find the link corresponding to the named object in this list. 
Bool_t moveBefore(const char *before, const char *target, const char *caller=0)
Move the target object immediately before the specified object, preserving any Option_t associated wi...