CMS 3D CMS Logo

DDG4DispContainer.h
Go to the documentation of this file.
1 #ifndef SimG4Core_DDG4DispContainer_H
2 #define SimG4Core_DDG4DispContainer_H
3 
5 
6 #include <vector>
7 
8 typedef std::vector<DDG4Dispatchable *> DDG4DispContainer;
9 
10 #endif
std::vector< DDG4Dispatchable * > DDG4DispContainer