]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STAT/kDStatLinkDef.h
Additional protection
[u/mrichter/AliRoot.git] / STAT / kDStatLinkDef.h
CommitLineData
a9c20b1f 1#ifdef __CINT__
2
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6#pragma link off all globals;
7#pragma link off all classes;
8#pragma link off all functions;
9
10#pragma link C++ class TKDTree<Int_t, Float_t>+;
11#pragma link C++ class TKDTree <Int_t, Double_t>+;
12#pragma link C++ typedef TKDTreeIF;
13#pragma link C++ typedef TKDTreeID;
14
15#pragma link C++ class TKDInterpolator+;
16#pragma link C++ class TKDSpline+;
17
18
19#endif
20