CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/SimG4Core/Notification/interface/TrackContainer.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_TrackContainer_H
00002 #define SimG4Core_TrackContainer_H
00003 
00004 #include "SimG4Core/Notification/interface/TrackWithHistory.h"              
00005 
00006 #include <vector>
00007 
00008 typedef std::vector<TrackWithHistory *> TrackContainer;
00009 
00010 #endif
00011