]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/AliPythia8LinkDef.h
Previous commit had the bad side-effect of changing the behaviour of Raw QA to comput...
[u/mrichter/AliRoot.git] / PYTHIA8 / AliPythia8LinkDef.h
1 #ifdef __CINT__
2 #pragma link off all globals;
3 #pragma link off all classes;
4 #pragma link off all functions;
5 #pragma link C++ class AliPythia8+;
6 #pragma link C++ class AliDecayerPythia8+;
7 #endif