]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/STARTshuttleLinkDef.h
preprocessor made by Tomasz and fully his responsibility
[u/mrichter/AliRoot.git] / START / STARTshuttleLinkDef.h
diff --git a/START/STARTshuttleLinkDef.h b/START/STARTshuttleLinkDef.h
new file mode 100644 (file)
index 0000000..dc4bb2a
--- /dev/null
@@ -0,0 +1,11 @@
+#ifdef __CINT__
+
+#pragma link off all globals;
+#pragma link off all classes;
+#pragma link off all functions;
+
+#pragma link C++ class  AliSTARTCalc+;
+#pragma link C++ class  AliSTARTPreprocessor+;
+#pragma link C++ class  AliSTARTDqclass+;
+
+#endif