]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFv2.cxx
Shell script to do TPC and ITS tracking V1 all at once
[u/mrichter/AliRoot.git] / TOF / AliTOFv2.cxx
index cce50d43643df0beece5835bb3fa14b90b78a1cd..447637abae1819e72683604bbabf24b009ae8692 100644 (file)
 
 /*
 $Log$
+Revision 1.17  2000/10/02 21:28:17  fca
+Removal of useless dependecies via forward declarations
+
+Revision 1.16  2000/05/10 16:52:18  vicinanz
+New TOF version with holes for PHOS/RICH
+
 Revision 1.14.2.1  2000/05/10 09:37:16  vicinanz
 New version with Holes for PHOS/RICH
 
@@ -73,9 +79,13 @@ Introduction of the Copyright and cvs Log
 
 #include "AliTOFv2.h"
 #include "TBRIK.h"
+#include "TGeometry.h"
 #include "TNode.h"
+#include <TLorentzVector.h>
 #include "TObject.h"
 #include "AliRun.h"
+#include "AliMC.h"
+#include "AliMagF.h"
 #include "AliConst.h"