CMS 3D CMS Logo

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
std::vector< TrackWithHistory * > TrackContainer
Definition: TrackContainer.h:8