00001 00002 // 00003 // $Id: StFlowTrackCollection.h,v 1.8 2002/05/23 18:54:14 posk Exp $ 00004 // 00005 // Author: Raimond Snellings and Art Poskanzer 00007 // 00008 // Description: part of StFlowEvent 00009 // The Collection of Tracks is the main component of StFlowEvent 00010 // 00012 00013 #ifndef StFlowTrackCollection_h 00014 #define StFlowTrackCollection_h 00015 #include "StArray.h" 00016 #include "StFlowTrack.h" 00017 00018 StCollectionDef(FlowTrack) 00019 typedef StSPtrVecFlowTrack StFlowTrackCollection; 00020 //typedef StFlowTrack** StFlowTrackIterator; 00021 00022 #endif 00023 00025 // 00026 // $Log: StFlowTrackCollection.h,v $ 00027 // Revision 1.8 2002/05/23 18:54:14 posk 00028 // Moved centrality cuts into StFlowConstants 00029 // 00030 // Revision 1.7 2001/05/22 20:18:08 posk 00031 // Now can do pseudorapidity subevents. 00032 // 00033 // Revision 1.6 2000/12/12 20:22:06 posk 00034 // Put log comments at end of files. 00035 // Deleted persistent StFlowEvent (old micro DST). 00036 // 00037 // Revision 1.5 2000/05/26 21:29:35 posk 00038 // Protected Track data members from overflow. 00039 // 00040 // Revision 1.4 2000/05/12 22:42:05 snelling 00041 // Additions for persistency and minor fix 00042 // 00043 // Revision 1.2 2000/03/15 23:28:55 posk 00044 // Added StFlowSelection. 00045 // 00046 // Revision 1.1 2000/03/02 23:03:00 posk 00047 // Changed extensions from .hh and .cc to .h and .cxx . 00048 // 00049 // Revision 1.2 1999/11/30 18:52:56 snelling 00050 // First modification for the new StEvent 00051 // 00052 // Revision 1.1 1999/11/04 19:02:09 snelling 00053 // First check in of StFlowMaker. It contains the common code from 00054 // StFlowTagMaker and StFlowAnalysisMaker. 00055 //
1.5.9