Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TrackCollection.h

Go to the documentation of this file.
00001 // ...........................................................
00002 // This typedef is used to define the collection used to store:
00003 //
00004 //       Track s
00005 //
00006 // in the TES
00007 
00008 #ifndef ATLFAST_TRACKCOLLECTION_H
00009 #define ATLFAST_TRACKCOLLECTION_H
00010 
00011 
00012 #include "GaudiKernel/ObjectVector.h"
00013 #include "AtlfastEvent/Track.h"
00014 
00015 namespace Atlfast {
00016 
00017 typedef ObjectVector<Track>               TrackCollection;
00018 typedef std::list<Track*>                 TrackList;
00019 typedef std::list<Track*>::iterator       TrackListI;
00020 typedef std::list<Track*>::const_iterator TrackListConstI;
00021  
00022 }
00023 
00024 #endif
00025 
00026 //............................................................
00027 

Generated on Fri Nov 29 12:55:12 2002 by doxygen1.3-rc1