]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/PWG0depLinkDef.h
o) proper splitting of STEER dependent classes (PWG0dep) and ESD dependent classes
[u/mrichter/AliRoot.git] / PWG0 / PWG0depLinkDef.h
diff --git a/PWG0/PWG0depLinkDef.h b/PWG0/PWG0depLinkDef.h
new file mode 100644 (file)
index 0000000..c79aecd
--- /dev/null
@@ -0,0 +1,13 @@
+#ifdef __CINT__
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
+#pragma link off all globals;
+#pragma link off all classes;
+#pragma link off all functions;
+
+#pragma link C++ class AliSelectorRL+;
+
+#endif