]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PMD/PMDLinkDef.h
Import gAlice from the signal file before InitGlobal() to allow detectors to use...
[u/mrichter/AliRoot.git] / PMD / PMDLinkDef.h
CommitLineData
fe4da5cc 1#ifdef __CINT__
3da30618 2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
5/* $Id$ */
fe4da5cc 6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
2ab0c725 11#pragma link C++ class AliPMD+;
12#pragma link C++ class AliPMDv0+;
13#pragma link C++ class AliPMDv1+;
2ab0c725 14#pragma link C++ class AliPMDhit+;
15#pragma link C++ class AliPMDRecPoint+;
fe4da5cc 16#endif