#include <JobInterface.h>
Static Public Member Functions | |
| void | ProcEvent (edm::EventHandle &e) |
Private Member Functions | |
| JobInterface () | |
|
|
|
|
|
Definition at line 12 of file JobInterface.cxx. References jobc::Stack::Instance().
00013 {
00014 jobc::Stack::Instance().Exec(e);
00015 }
|
1.3.5