]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/ITSUpgradeSimLinkDef.h
Update mini-task with big output flag and add current status macros
[u/mrichter/AliRoot.git] / ITS / ITSUpgradeSimLinkDef.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 /* $Id: ITSsimLinkDef.h 36856 2009-11-16 16:17:07Z masera $ */
6
7 #pragma link off all globals;
8 #pragma link off all classes;
9 #pragma link off all functions;
10 //#pragma link C++ enum   Cluster_t;
11
12 //#pragma link C++ global gITSdisplay;  // global used by AliITSdisplay
13
14 // ITS upgrade classes
15 #pragma link C++ class  AliITSupgrade+;
16 #pragma link C++ class  AliITSupgradeDigitizer+;
17
18 #endif