CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackContainer.h
Go to the documentation of this file.
1 #ifndef SimG4Core_TrackContainer_H
2 #define SimG4Core_TrackContainer_H
3 
5 
6 #include <vector>
7 
8 typedef std::vector<TrackWithHistory *> TrackContainer;
9 
10 #endif
11 
std::vector< TrackWithHistory * > TrackContainer
Definition: TrackContainer.h:8