Logo ROOT   6.07/09
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 /* @(#)root/minuit:$Id$ */
2 
3 /*************************************************************************
4  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5  * All rights reserved. *
6  * *
7  * For the licensing terms see $ROOTSYS/LICENSE. *
8  * For the list of contributors see $ROOTSYS/README/CREDITS. *
9  *************************************************************************/
10 
11 #ifdef __CINT__
12 
13 #pragma link off all globals;
14 #pragma link off all classes;
15 #pragma link off all functions;
16 
17 
18 #pragma link C++ class TUnuran+;
19 #pragma link C++ class TUnuranBaseDist+;
20 #pragma link C++ class TUnuranContDist+;
21 #pragma link C++ class TUnuranMultiContDist+;
22 #pragma link C++ class TUnuranDiscrDist+;
23 #pragma link C++ class TUnuranEmpDist+;
24 #pragma link C++ class TUnuranSampler+;
25 
26 
27 #pragma link C++ function TUnuranDiscrDist::TUnuranDiscrDist (double *, double*);
28 #pragma link C++ function TUnuranEmpDist::TUnuranEmpDist (double *, double*,unsigned int);
29 
30 
31 #endif