]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitizerv1.h
Code revision:
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitizerv1.h
index 67f84f966baa45fe0325e57adf629bfc1978bda4..89a6f75d82e5e1c55dd4c6c76570a91d0471dd1f 100644 (file)
@@ -3,6 +3,9 @@
 /* Copyright(c) 1998-2001, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+// Revision of includes 07/05/2004
+
 // The AliMUONDigitizer procees :
 // - Addition of hits from different tracks
 // - Merging of hits from different files
 // Gines MARTINEZ Subatech Feb 2003 
 
 #include "AliMUONDigitizer.h"
+#include "AliMUONDigit.h"
+
+class AliMUONLoader;
+class AliMUONHit;
+class AliMUONTransientDigit;
 
 class AliMUONDigitizerv1 : public AliMUONDigitizer 
 {