00001 00002 // 00003 // $Id: StFlowTrack.cxx,v 1.9 2000/12/12 20:22:06 posk Exp $ 00004 // 00005 // Author: Raimond Snellings and Art Poskanzer 00006 // FTPC added by Markus Oldenburg, MPI, Dec 2000 00007 // 00009 // 00010 // Description: part of StFlowEvent 00011 // FlowTrack is the main component of StFlowEvent 00012 // 00014 00015 #include "StFlowTrack.h" 00016 #include "TMath.h" 00017 #include "StEnumerations.h" 00018 00019 ClassImp(StFlowTrack) 00020 00021 Float_t StFlowTrack::maxInt = 32.; 00022 00023 StFlowTrack::StFlowTrack() : mSelection(0) { 00024 } 00025 00026 00027 StFlowTrack::~StFlowTrack() { 00028 } 00029 00031 // 00032 // $Log: StFlowTrack.cxx,v $ 00033 // Revision 1.9 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.8 2000/12/10 02:01:13 oldi 00038 // A new member (StTrackTopologyMap mTopology) was added to StFlowPicoTrack. 00039 // The evaluation of either a track originates from the FTPC or not is 00040 // unambiguous now. The evaluation itself is easily extendible for other 00041 // detectors (e.g. SVT+TPC). Old flowpicoevent.root files are treated as if 00042 // they contain TPC tracks only (backward compatibility). 00043 // 00044 // Revision 1.6 2000/12/08 17:03:39 oldi 00045 // Phi weights for both FTPCs included. 00046 // 00047 // Revision 1.5 2000/12/06 15:38:46 oldi 00048 // Including FTPC. 00049 // 00050 // Revision 1.4 2000/09/05 16:11:39 snelling 00051 // Added global DCA, electron and positron 00052 // 00053 // Revision 1.3 2000/06/01 18:26:41 posk 00054 // Increased precision of Track integer data members. 00055 // 00056 // Revision 1.2 2000/05/26 21:29:34 posk 00057 // Protected Track data members from overflow. 00058 // 00059 // Revision 1.1 2000/05/12 22:42:05 snelling 00060 // Additions for persistency and minor fix 00061 //
1.5.9