CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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