]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/FMDrecLinkDef.h
Complete rewrite of the FMD code.
[u/mrichter/AliRoot.git] / FMD / FMDrecLinkDef.h
index 82a1414a909790663e60ad102afc470d92f9154e..5efba2f1ee22ededc44a4049df83f5fd89b5195a 100644 (file)
@@ -1,14 +1,25 @@
-#ifdef __CINT__
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
+// -*- mode: c++ -*- 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
+ * reserved. 
+ *
+ * See cxx source for full Copyright notice
+ */
 /* $Id$ */
+#ifdef __CINT__
 
 #pragma link off all globals;
 #pragma link off all classes;
 #pragma link off all functions;
  
+#pragma link C++ class  AliFMDMap<UShort_t>;
+#pragma link C++ typedef AliFMDAdcMap;
 #pragma link C++ class  AliFMDReconstructor+;
-#pragma link C++ class  AliFMDReconstParticles+;
+#pragma link C++ class  AliFMDParticles+;
+#pragma link C++ class  AliFMDRawStream+;
 
+#else
+# error Not for compilation 
 #endif
+//
+// EOF
+//