]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hough/GetGoodParticles.h
Get the Bfield from AliL3Transform
[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 minslice,Int_t maxslice,Char_t *eventfile,Char_t *digifile,Int_t event=0);
17
18 #endif