]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updating the comments describing the meaning of inner and outer track parameters
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Mar 2009 10:49:48 +0000 (10:49 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Mar 2009 10:49:48 +0000 (10:49 +0000)
STEER/AliESDtrack.h

index fa31b99d3e84cd8f1cc17bb35a9acc752af64ec4..dbc1a2b3ae80463f57b8f48c40eb4cfcecdba660 100644 (file)
@@ -317,9 +317,9 @@ public:
 protected:
   
   AliExternalTrackParam *fCp; // Track parameters constrained to the primary vertex
-  AliExternalTrackParam *fIp; // Track parameters at the first measured point (TPC)
-  AliExternalTrackParam *fTPCInner; // Track parameters at the first measured point (TPC) - first itteration
-  AliExternalTrackParam *fOp; // Track parameters at the last measured point (TPC or TRD) 
+  AliExternalTrackParam *fIp; // Track parameters estimated at the inner wall of TPC
+  AliExternalTrackParam *fTPCInner; // Track parameters estimated at the inner wall of TPC using the TPC stand-alone 
+  AliExternalTrackParam *fOp; // Track parameters estimated at the point of maximal radial coordinate reached during the tracking
   AliESDfriendTrack *fFriendTrack; //! All the complementary information
 
   TBits    fTPCClusterMap; // Map of clusters, one bit per padrow; 1 if has a cluster on given padrow