47   TTask(
const char* 
name, 
const char *title);
 
#define ClassDef(name, id)
 
Using a TBrowser one can browse all ROOT objects.
 
virtual void Add(TObject *obj)
 
The TNamed class is the base class for all named ROOT classes.
 
TTask is a base class that can be used to build a complex tree of Tasks.
 
virtual void Exec(Option_t *option)
Dummy Execute.
 
void SetActive(Bool_t active=kTRUE)
 
TTask & operator=(const TTask &tt)
Assignment operator.
 
virtual void ls(Option_t *option="*") const
List the tree of tasks.
 
static TTask * fgBeginTask
 
TList * GetListOfTasks() const
 
static TTask * fgBreakPoint
 
void SetBreakin(Int_t breakin=1)
 
virtual ~TTask()
Delete a task and its subtasks.
 
virtual void CleanTasks()
Reset tasks state: breakpoints and execute flags also invokes the Clear function of each task to clea...
 
virtual void ExecuteTasks(Option_t *option)
Execute all the subtasks of a task.
 
TTask()
Default constructor invoked when reading a TTask object from a file.
 
virtual void Abort()
Abort current tree of tasks.
 
virtual void Add(TTask *task)
 
virtual void Browse(TBrowser *b)
Browse the list of tasks.
 
Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
 
void SetBreakout(Int_t breakout=1)
 
virtual void Continue()
Resume execution at the current break point.
 
virtual void ExecuteTask(Option_t *option="0")
Execute main task and its subtasks.
 
Int_t GetBreakout() const
 
virtual void Clear(Option_t *option="")
Recursively call the Clear function of this task and its subtasks.