00001 #ifndef SimG4Core_DDG4DispContainer_H 00002 #define SimG4Core_DDG4DispContainer_H 00003 00004 #include "SimG4Core/Notification/interface/DDG4Dispatchable.h" 00005 00006 #include <vector> 00007 00008 typedef std::vector<DDG4Dispatchable *> DDG4DispContainer; 00009 00010 #endif