]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/misc/AliL3MiscLinkDef.h
Moved to the latest version of the HLT code in Bergen.
[u/mrichter/AliRoot.git] / HLT / misc / AliL3MiscLinkDef.h
CommitLineData
3e87ef69 1// @(#) $Id$
2
1a3c8f6e 3#ifdef __CINT__
4
5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8
1f1942b8 9#ifndef Darwin
ba380974 10#pragma link C++ class AliL3TransBit;
11#pragma link C++ class AliL3TransBit_v1;
12#pragma link C++ class AliL3TransBit_v2;
b328544b 13#pragma link C++ class AliL3DataHandler;
1f1942b8 14#endif
15#pragma link C++ class AliL3AltroMemHandler;
8e1f5064 16#pragma link C++ class AliL3VHDLClusterFinder;
3e87ef69 17#pragma link C++ class AliL3TPCMapping;
240d63be 18#pragma link C++ class AliL3DDLRawReader;
19#pragma link C++ class AliL3DDLRawReaderFile;
20#pragma link C++ class AliL3DDLTPCRawStream;
1f1942b8 21#ifndef Darwin
240d63be 22#pragma link C++ class AliL3DDLDataFileHandler;
1f1942b8 23#endif
3e87ef69 24
ac403168 25#ifdef USEFFLOAT
7b32237d 26#pragma link C++ class AliL3FFloat;
1a3c8f6e 27#endif
3e87ef69 28
ac403168 29#endif
1a3c8f6e 30