]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDv0.h
trick to merge with HEAD
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDv0.h
index 348254310157e7a0ebf033ea53f6666a9be02230..a8cbd7a1f940eb6a78a0ca6fd13147e692631ca7 100644 (file)
@@ -3,9 +3,13 @@
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-
+//.
+//HMPID v0 implementation.
+//.
 #include "AliHMPID.h"
 
+class TGeoManager;
+
 class AliHMPIDv0 : public AliHMPID 
 {    
 public:
@@ -19,6 +23,4 @@ protected:
   ClassDef(AliHMPIDv0,1)  //HMPID coarse version for material budget study and debuging
 };
 
-typedef AliHMPIDv0 AliRICHv0; // for backward compatibility
-       
 #endif