StFlowTrackCollection.cxx 746 B

1234567891011121314151617181920212223
  1. //////////////////////////////////////////////////////////////////////
  2. //
  3. // $Id: StFlowTrackCollection.cxx,v 1.1 2000/05/12 22:42:05 snelling 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. //
  13. // $Log: StFlowTrackCollection.cxx,v $
  14. // Revision 1.1 2000/05/12 22:42:05 snelling
  15. // Additions for persistency and minor fix
  16. //
  17. //////////////////////////////////////////////////////////////////////
  18. #include "StFlowTrack.h"
  19. #include "StFlowTrackCollection.h"
  20. StCollectionImp(FlowTrack)