54      while ((obj = iter->
Next()) != 0) {
 
   91   while ((obj = iter->
Next()) != 0) {
 
  112      printf(
"Printing information for the master job: ");
 
  119   while ((obj = iter->
Next()) != 0) {
 
  125      if (keyStr && jobStatus) {
 
  126         printf(
"Printing info for subjob %s: ", keyStr->
GetString().
Data());
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
void PrintJob(Bool_t full=kTRUE) const
Prints this job.
 
virtual EGridJobStatus GetStatus() const
Gets the status of the job reduced to the subset defined in TGridJobStatus.
 
void Browse(TBrowser *b)
Browser interface.
 
virtual ~TAlienMasterJobStatus()
Cleanup.
 
EGridJobStatus GetStatus() const
Returns the status of the master job reduced to the subset defined in TGridJobStatus.
 
Float_t PercentFinished()
Returns the percentage of finished subjobs, only DONE is considered as finished.
 
void Print(Option_t *) const
Prints information of the master job and the sub job. Only the status is printed.
 
TAlienJobStatus * fMasterJob
 
Using a TBrowser one can browse all ROOT objects.
 
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
 
Iterator abstract base class.
 
virtual TObject * Next()=0
 
void DeleteAll()
Remove all (key,value) pairs from the map AND delete the keys AND values when they are allocated on t...
 
TIterator * MakeIterator(Bool_t dir=kIterForward) const override
Create an iterator for TMap.
 
TObject * GetValue(const char *keyname) const
Returns a pointer to the value associated with keyname as name of the key.
 
Collectable string class.
 
const TString & GetString() const
 
Mother of all ROOT objects.
 
const char * Data() const