12 #ifndef ROOT_TProofOutputList 13 #define ROOT_TProofOutputList virtual void ls(Option_t *option="") const
List the content of the list.
TProofOutputList(const char *dontshow="PROOF_*")
Constructor.
TList * GetDontShowList()
virtual void Print(Option_t *option="") const
Print the content of the list.
virtual void Print(Option_t *option, TPRegexp ®exp, Int_t recurse=1) const
Print the collection header and its elements that match the regexp.
#define ClassDef(name, id)
virtual void Print(Option_t *option, Int_t recurse) const
Print the collection header and its elements.
TProofOutputList(TObject *o)
virtual ~TProofOutputList()
Destructor.
Mother of all ROOT objects.
void AttachList(TList *alist)
Attach to list 'alist'.
virtual void Print(Option_t *option="") const
Default print for collections, calls Print(option, 1).
Derivation of TList with an overload of ls() and Print() allowing to filter out some of the variables...
virtual void Print(Option_t *option, const char *wildcard, Int_t recurse=1) const
Print the collection header and its elements that match the wildcard.