]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/GetGoodParticles.h
Moved GetGoodParticles to alimacros
[u/mrichter/AliRoot.git] / HLT / hough / GetGoodParticles.h
diff --git a/HLT/hough/GetGoodParticles.h b/HLT/hough/GetGoodParticles.h
deleted file mode 100644 (file)
index 25310dc..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef GET_GOOD_PARTICLES
-#define GET_GOOD_PARTICLES
-
-struct GoodTrack 
-{
-
-  Int_t label;
-  Double_t eta;
-  Int_t code;
-  Double_t px,py,pz;
-  Double_t pt;
-  Int_t nhits;
-};
-
-
-void GetGoodParticles(Int_t minslice,Int_t maxslice,Char_t *eventfile,Char_t *digifile,Int_t event=0);
-
-#endif