Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

JobInterface.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef EVDB_JOBINTERFACE_H
00009 #define EVDB_JOBINTERFACE_H
00010 namespace edm { class EventHandle; }
00011 
00012 namespace evdb {
00013   class JobInterface {
00014   public:
00015     static void ProcEvent(edm::EventHandle& e);
00016   private:
00017     JobInterface();
00018   };
00019 }
00020 
00021 #endif
00022 

Generated on Thu Sep 4 02:05:27 2008 for NOvA Offline by doxygen 1.3.5