StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StFlowMaker
StFlowTrack.cxx
1
//
3
// $Id: StFlowTrack.cxx,v 1.9 2000/12/12 20:22:06 posk Exp $
4
//
5
// Author: Raimond Snellings and Art Poskanzer
6
// FTPC added by Markus Oldenburg, MPI, Dec 2000
7
//
9
//
10
// Description: part of StFlowEvent
11
// FlowTrack is the main component of StFlowEvent
12
//
14
15
#include "StFlowTrack.h"
16
#include "TMath.h"
17
#include "
StEnumerations.h
"
18
19
ClassImp(
StFlowTrack
)
20
21
Float_t
StFlowTrack
::maxInt = 32.;
22
23
StFlowTrack
::
StFlowTrack
() : mSelection(0) {
24
}
25
26
27
StFlowTrack::~StFlowTrack() {
28
}
29
31
//
32
// $Log: StFlowTrack.cxx,v $
33
// Revision 1.9 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.8 2000/12/10 02:01:13 oldi
38
// A new member (StTrackTopologyMap mTopology) was added to StFlowPicoTrack.
39
// The evaluation of either a track originates from the FTPC or not is
40
// unambiguous now. The evaluation itself is easily extendible for other
41
// detectors (e.g. SVT+TPC). Old flowpicoevent.root files are treated as if
42
// they contain TPC tracks only (backward compatibility).
43
//
44
// Revision 1.6 2000/12/08 17:03:39 oldi
45
// Phi weights for both FTPCs included.
46
//
47
// Revision 1.5 2000/12/06 15:38:46 oldi
48
// Including FTPC.
49
//
50
// Revision 1.4 2000/09/05 16:11:39 snelling
51
// Added global DCA, electron and positron
52
//
53
// Revision 1.3 2000/06/01 18:26:41 posk
54
// Increased precision of Track integer data members.
55
//
56
// Revision 1.2 2000/05/26 21:29:34 posk
57
// Protected Track data members from overflow.
58
//
59
// Revision 1.1 2000/05/12 22:42:05 snelling
60
// Additions for persistency and minor fix
61
//
StFlowTrack
Definition:
StFlowTrack.h:22
StEnumerations.h
Generated by
1.8.5