library: libRooFit #include "RooList.h" |
RooList
class description - source file - inheritance tree (.pdf)
public:
RooList()
virtual ~RooList()
static TClass* Class()
TObjOptLink* findLink(const char* name, const char* caller = "0") const
virtual TClass* IsA() const
Bool_t moveAfter(const char* after, const char* target, const char* caller = "0")
Bool_t moveBefore(const char* before, const char* target, const char* caller = "0")
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TObjOptLink* findLink(const char *name, const char *caller) const
Find the link corresponding to the named object in this list.
Return 0 if the object is not found or does not have an Option_t
string associated with its link. Also print a warning message
if caller is non-zero.
Bool_t moveBefore(const char *before, const char *target, const char *caller)
Move the target object immediately before the specified object,
preserving any Option_t associated with the target link.
Bool_t moveAfter(const char *after, const char *target, const char *caller)
Move the target object immediately after the specified object,
preserving any Option_t associated with the target link.
Inline Functions
void ~RooList()
RooList RooList()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Tue Jun 28 18:13:26 2005
Copyright (c) 2000-2005, Regents of the University of California *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.