]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/TenderLinkDef.h
solution of the problem: the BC id of the event header does not match the one from...
[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