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