]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hough/GetGoodParticles.h
12e93e97bef4e6289cb84d3db7f36ed944a7ec14
[u/mrichter/AliRoot.git] / HLT / hough / GetGoodParticles.h
1 #ifndef GET_GOOD_PARTICLES
2 #define GET_GOOD_PARTICLES
3
4 struct GoodTrack 
5 {
6
7   Int_t label;
8   Double_t eta;
9   Int_t code;
10   Double_t px,py,pz;
11   Double_t pt;
12   Int_t nhits;
13 };
14
15
16 void GetGoodParticles(Int_t,Int_t,Char_t *,Char_t *);
17
18 #endif