]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/VZEROLinkDef.h
This commit was generated by cvs2svn to compensate for changes in r3312,
[u/mrichter/AliRoot.git] / VZERO / VZEROLinkDef.h
diff --git a/VZERO/VZEROLinkDef.h b/VZERO/VZEROLinkDef.h
new file mode 100755 (executable)
index 0000000..ff0dbd9
--- /dev/null
@@ -0,0 +1,14 @@
+#ifdef __CINT__
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+#pragma link off all globals;
+#pragma link off all classes;
+#pragma link off all functions;
+#pragma link C++ class  AliVZERO;
+#pragma link C++ class  AliVZEROv0;
+#pragma link C++ class  AliVZEROhit;
+#pragma link C++ class  AliVZEROdigit;
+
+#endif