Added data members to the track segment data structure to make
[u/mrichter/AliRoot.git] / HLT / TPCLib / Ref / AliHLTTPCTrackSegmentData.h
index ef1e27f4039691e7e89820314abc134873a79269..3c055053e24b69d6d79d67d9e71d55742f58ac54 100644 (file)
@@ -16,9 +16,31 @@ struct AliHLTTPCTrackSegmentData
        Double_t fPt;
        Double_t fPsi;
         Double_t fTgl;
+       Double_t fPterr;
+       Double_t fPsierr;
+        Double_t fTglerr;
         Int_t fCharge;
+#ifdef INCLUDE_TPC_HOUGH
+#ifdef ROWHOUGHPARAMS
+      /* needed for PDC */
+        UInt_t  fWeight;
+        Int_t  fTrackID;
+        Int_t  fRowRange1;
+        Int_t  fRowRange2;
+        Int_t  fSector;
+        Float_t  fPID;
+        Float_t  fBinX;
+        Float_t  fBinY;
+        Float_t  fBinXSize;
+        Float_t  fBinYSize;
+#endif
+#endif // INCLUDE_TPC_HOUGH
        UInt_t  fNPoints;
+#if defined(__HP_aCC) || defined(__DECCXX) || defined(__SUNPRO_CC)
+       UInt_t  fPointIDs[1];
+#else
        UInt_t  fPointIDs[0];
+#endif
     };
 
 typedef struct AliHLTTPCTrackSegmentData AliHLTTPCTrackSegmentData;