CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/SimG4Core/Notification/interface/DDG4DispContainer.h

Go to the documentation of this file.
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