34 fDontShow =
new TList();
37 while (regs.Tokenize(reg, from,
",")) {
62 while ((obj = nxo())) {
Add(obj); }
85 while ((obj = nxo())) {
100 if (doadd) doShow.
Add(obj);
106 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
132 while ((obj = nxo())) {
147 if (doadd) doShow.
Add(obj);
150 doShow.
Print(option);
153 Printf(
" +++ Missing files list not empty: use ShowMissingFiles to display it +++");
const char * GetName() const
Returns name of object.
Collectable string class.
virtual void ls(Option_t *option="") const
List (ls) all objects in this collection.
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
void ToUpper()
Change string to upper case.
Regular expression class.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
virtual void Print(Option_t *option="") const
Print the content of the list.
ClassImp(TProofOutputList) TProofOutputList
Constructor.
virtual void Print(Option_t *option="") const
Default print for collections, calls Print(option, 1).
TString & Remove(Ssiz_t pos)
virtual Int_t GetSize() const
virtual const char * GetName() const
Returns name of object.
const char *const kPROOF_MissingFiles
virtual ~TProofOutputList()
Destructor.
virtual void Clear(Option_t *option="")
Remove all objects from the list.
Mother of all ROOT objects.
virtual void Add(TObject *obj)
virtual void ls(Option_t *option="") const
List the content of the list.
void AttachList(TList *alist)
Attach to list 'alist'.
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const