]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/TenderLinkDef.h
Adding ZNC to the AOD centrality. Some fixes related to corrected V0M and T0 (Alberica)
[u/mrichter/AliRoot.git] / ANALYSIS / TenderLinkDef.h
CommitLineData
d8515050 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