#include <Stack.h>
Public Member Functions | |
| void | AdoptJob (Job *j) |
| void | CleanUp () |
| void | Exec (edm::EventHandle &e) |
| void | PrintAll () |
| void | Run () |
| void | RunOne () |
Static Public Member Functions | |
| Stack & | Instance () |
Private Attributes | |
| std::list< Job * > | fJobStack |
| List of jobs to be run. | |
Static Private Attributes | |
| Stack * | fInstance = 0 |
| The sole instance. | |
Definition at line 14 of file JobControl/Stack.h.
|
|
Definition at line 57 of file Stack.cxx. References fJobStack.
00057 { fJobStack.push_back(j); }
|
|
|
Definition at line 32 of file Stack.cxx. References fJobStack.
|
|
|
Definition at line 43 of file Stack.cxx. References fJobStack.
|
|
|
Definition at line 13 of file Stack.cxx. References fInstance. Referenced by main(), evdb::JobMenu::OpenJobXML(), and evdb::JobInterface::ProcEvent().
|
|
|
Definition at line 21 of file Stack.cxx. References fJobStack.
|
|
|
Definition at line 61 of file Stack.cxx. References fJobStack.
|
|
|
Definition at line 72 of file Stack.cxx. References fJobStack.
|
|
|
The sole instance.
Definition at line 11 of file Stack.cxx. Referenced by Instance(). |
|
|
List of jobs to be run.
Definition at line 27 of file JobControl/Stack.h. Referenced by AdoptJob(), CleanUp(), Exec(), PrintAll(), Run(), and RunOne(). |
1.3.5