]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/PWG3baseLinkDef.h
Removed global TStopwatch variable and moved it to the
[u/mrichter/AliRoot.git] / PWG3 / PWG3baseLinkDef.h
index 22af67bb80f5ef8123e7184a62ee28b41016c006..47ce1c4f6cd4bc03c44425f64ef9a1a9f8908c11 100644 (file)
@@ -1,9 +1,13 @@
 #ifdef __CINT__
+
 #pragma link off all globals;
 #pragma link off all classes;
 #pragma link off all functions;
 
 #pragma link C++ class AliQuarkoniaAcceptance+; 
+#pragma link C++ class AliQuarkoniaEfficiency+; 
+#pragma link C++ class AliAnalysisTaskPtMothFromPtDaugh+;
+#pragma link C++ class AliPtMothFromPtDaugh+;
 
 #endif