]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/test/LinkDef.h
new shuttle machine
[u/mrichter/AliRoot.git] / SHUTTLE / test / LinkDef.h
CommitLineData
73abe331 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/* $Id$ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
eba76848 11#pragma link C++ class TestITSPreprocessorSPD;
b948db8d 12#pragma link C++ class TestTPCPreprocessor;
f4b3bbb7 13#pragma link C++ class TestHMPIDPreprocessor;
eba76848 14#pragma link C++ class TestZDCPreprocessor;
59ab3716 15#pragma link C++ class TestTRDPreprocessor;
4b4eb769 16#pragma link C++ class AliTPCDataDCS;
73abe331 17
18#endif