]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/ACORDEsimLinkDef.h
Adding the HBT LinkDef and pkg files (Adam-Mike)
[u/mrichter/AliRoot.git] / ACORDE / ACORDEsimLinkDef.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
6 #pragma link off all globals;
7 #pragma link off all classes;
8 #pragma link off all functions;
9
10
11 #pragma link C++ class  AliACORDEv0+;
12 #pragma link C++ class  AliACORDEv1+;
13
14 #endif