127 while ((task = (
TTask*)next())) {
147 while ((task = (
TTask*)next())) {
176 printf(
" Nothing to abort: No task currently running\n");
210 while((task=(
TTask*)next())) {
231 printf(
" No task to continue\n");
300 while((task=(
TTask*)next())) {
308 printf(
"Break at entry of task: %s\n",task->
GetName());
316 std::cout<<
"Execute task:"<<task->
GetName()<<
" : "<<task->
GetTitle()<<std::endl;
324 printf(
"Break at exit of task: %s\n",task->
GetName());
349 while ((obj = (
TObject *) nextobj())) {
virtual const char * GetName() const
Returns name of object.
static Int_t DecreaseDirLevel()
Decrease the indentation level for ls().
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
TTask & operator=(const TTask &tt)
Assignment operator.
virtual void ExecuteTask(Option_t *option="0")
Execute main task and its subtasks.
virtual void Clear(Option_t *option="")
Recursively call the Clear function of this task and its subtasks.
TTask is a base class that can be used to build a complex tree of Tasks.
static TTask * fgBeginTask
Regular expression class.
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
TTask()
Default constructor invoked when reading a TTask object from a file.
The TNamed class is the base class for all named ROOT classes.
virtual void Exec(Option_t *option)
Dummy Execute.
virtual void ls(Option_t *option="") const
The ls function lists the contents of a class on stdout.
virtual void ls(Option_t *option="*") const
List the tree of tasks.
Using a TBrowser one can browse all ROOT objects.
TNamed & operator=(const TNamed &rhs)
TNamed assignment operator.
virtual void Continue()
Resume execution at the current break point.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
TSubString Strip(EStripType s=kTrailing, char c=' ') const
Return a substring of self stripped at beginning and/or end.
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
virtual ~TTask()
Delete a task and its subtasks.
virtual void Browse(TBrowser *b)
Browse the list of tasks.
static constexpr double s
void Browse(TBrowser *b)
Browse this collection (called by TBrowser).
virtual void Abort()
Abort current tree of tasks.
virtual void ExecuteTasks(Option_t *option)
Execute all the subtasks of a task.
Mother of all ROOT objects.
static Int_t IncreaseDirLevel()
Increase the indentation level for ls().
virtual void Add(TObject *obj)
virtual void CleanTasks()
Reset tasks state: breakpoints and execute flags also invokes the Clear function of each task to clea...
static TTask * fgBreakPoint
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
virtual const char * GetName() const
Returns name of object.
virtual const char * GetTitle() const
Returns title of object.
const char * Data() const