]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCfastLinkDef.h
reduced to 6 standard plots
[u/mrichter/AliRoot.git] / TPC / TPCfastLinkDef.h
CommitLineData
2ee21e83 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
2ee21e83 7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
6d75e4b6 11#pragma link C++ class AliTPCFast;
2ee21e83 12
2524c56f 13#pragma link C++ class AliTPCtrackerParam+;
14#pragma link C++ class AliTPCkineGrid+;
2ee21e83 15
16#endif
17