]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCupgradeLinkDef.h
ATO-98 -adding additonal distortion/correction to the list of primitive/derivative...
[u/mrichter/AliRoot.git] / TPC / TPCupgradeLinkDef.h
CommitLineData
8e7c4ab8 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: TPCrecLinkDef.h 61214 2013-03-04 07:12:14Z jthaeder $ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11#pragma link C++ class AliToyMCTrack+;
12#pragma link C++ class AliToyMCEvent+;
13#pragma link C++ class AliToyMCEventGenerator+;
14#pragma link C++ class AliToyMCEventGeneratorSimple+;
d1cf83f5 15#pragma link C++ class AliToyMCReconstruction+;
0403120d 16#pragma link C++ class AliToyMCDrawer;
8e7c4ab8 17
18#endif