|
||||
File indexing completed on 2024-04-06 12:30:26
0001 #ifndef SimG4Core_TrackContainer_H 0002 #define SimG4Core_TrackContainer_H 0003 0004 #include "SimG4Core/Notification/interface/TrackWithHistory.h" 0005 0006 #include <vector> 0007 0008 typedef std::vector<TrackWithHistory *> TrackContainer; 0009 0010 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |