]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/VZEROLinkDef.h
Small changes in order to make compiling easier for new users.
[u/mrichter/AliRoot.git] / VZERO / VZEROLinkDef.h
1 #ifdef __CINT__
2 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  * See cxx source for full Copyright notice                               */
4
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8  
9 #pragma link C++ class  AliVZERO+;
10 #pragma link C++ class  AliVZEROv0+;
11 #pragma link C++ class  AliVZEROv2+;
12 #pragma link C++ class  AliVZEROhit+;
13 #pragma link C++ class  AliVZEROdigit+;
14
15 #endif