library: libRooFit
#include "RooList.h"

RooList


class description - header file - source file - inheritance tree (.pdf)

class RooList : public TList

Inheritance Chart:
TObject
<-
TCollection
<-
TSeqCollection
<-
TList
<-
RooList

    public:
RooList() RooList(const 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)

Data Members




Class Description

TObjOptLink * findLink(const char *name, const char *caller)
 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 RooList()
virtual ~RooList()

Last update: Tue Jul 11 11:45:53 2006
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.