]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
GoodTracks class moved from TPC reader
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2001 20:14:48 +0000 (20:14 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Nov 2001 20:14:48 +0000 (20:14 +0000)
HBTAN/AliHBTReaderPPprod.h

index cf981e6ef3563187e8f426ab32cf6bd6d603122b..ad79217894de1039c3121136742984a8318dbc79 100644 (file)
@@ -55,6 +55,14 @@ class AliHBTReaderPPprod: public AliHBTReader
     ClassDef(AliHBTReaderPPprod,1)
 };
 
+struct GoodTrack //data of good tracks produced by AliTPCComparison.C
+ {
+  Int_t lab;
+  Int_t code;
+  Float_t px,py,pz;
+  Float_t x,y,z;
+ };
+
 
 class AliGoodTracksPP
  {