]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/TenderLinkDef.h
Put 0.1 as minimal value of the gas gain (Raphaelle)
[u/mrichter/AliRoot.git] / ANALYSIS / TenderLinkDef.h
1 #ifdef __CINT__
2
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6
7 #pragma link C++ class  AliTender+;
8 #pragma link C++ class  AliTenderSupply+;
9
10 #endif