StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFlowTrackCollection.h
1 //
3 // $Id: StFlowTrackCollection.h,v 1.8 2002/05/23 18:54:14 posk Exp $
4 //
5 // Author: Raimond Snellings and Art Poskanzer
7 //
8 // Description: part of StFlowEvent
9 // The Collection of Tracks is the main component of StFlowEvent
10 //
12 
13 #ifndef StFlowTrackCollection_h
14 #define StFlowTrackCollection_h
15 #include "StArray.h"
16 #include "StFlowTrack.h"
17 
18 StCollectionDef(FlowTrack)
19 typedef StSPtrVecFlowTrack StFlowTrackCollection;
20 //typedef StFlowTrack** StFlowTrackIterator;
21 
22 #endif
23 
25 //
26 // $Log: StFlowTrackCollection.h,v $
27 // Revision 1.8 2002/05/23 18:54:14 posk
28 // Moved centrality cuts into StFlowConstants
29 //
30 // Revision 1.7 2001/05/22 20:18:08 posk
31 // Now can do pseudorapidity subevents.
32 //
33 // Revision 1.6 2000/12/12 20:22:06 posk
34 // Put log comments at end of files.
35 // Deleted persistent StFlowEvent (old micro DST).
36 //
37 // Revision 1.5 2000/05/26 21:29:35 posk
38 // Protected Track data members from overflow.
39 //
40 // Revision 1.4 2000/05/12 22:42:05 snelling
41 // Additions for persistency and minor fix
42 //
43 // Revision 1.2 2000/03/15 23:28:55 posk
44 // Added StFlowSelection.
45 //
46 // Revision 1.1 2000/03/02 23:03:00 posk
47 // Changed extensions from .hh and .cc to .h and .cxx .
48 //
49 // Revision 1.2 1999/11/30 18:52:56 snelling
50 // First modification for the new StEvent
51 //
52 // Revision 1.1 1999/11/04 19:02:09 snelling
53 // First check in of StFlowMaker. It contains the common code from
54 // StFlowTagMaker and StFlowAnalysisMaker.
55 //