StFlowTrackCollection.h 1.8 KB

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