00001 00002 00003 00004 00005 00006 00007 00008 #include "EventDisplayBase/JobInterface.h" 00009 #include "JobControl/Stack.h" 00010 using namespace evdb; 00011 00012 void JobInterface::ProcEvent(edm::EventHandle& e) 00013 { 00014 jobc::Stack::Instance().Exec(e); 00015 } 00016
1.3.5