replace all __CINT__ by __CLING__.
This commit is contained in:
parent
3a112cd391
commit
5e28f465a4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
#pragma link C++ class PUserFcn+;
|
#pragma link C++ class PUserFcn+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
Author: Bastian M. Wojek
|
Author: Bastian M. Wojek
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
@ -29,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -37,6 +35,6 @@
|
|||||||
|
|
||||||
#pragma link C++ class BMWStartupHandler+;
|
#pragma link C++ class BMWStartupHandler+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
6
src/external/Nonlocal/PNL_PippardFitter.h
vendored
6
src/external/Nonlocal/PNL_PippardFitter.h
vendored
@ -31,9 +31,9 @@
|
|||||||
#define _PNL_PIPPARDFITTER_H_
|
#define _PNL_PIPPARDFITTER_H_
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include <fftw3.h>
|
#include <fftw3.h>
|
||||||
|
|
||||||
#include "PUserFcnBase.h"
|
#include "PUserFcnBase.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
Author: Andreas Suter
|
Author: Andreas Suter
|
||||||
e-mail: andreas.suter@psi.ch
|
e-mail: andreas.suter@psi.ch
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
@ -29,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
4
src/external/libBNMR/TBNMRLinkDef.h
vendored
4
src/external/libBNMR/TBNMRLinkDef.h
vendored
@ -29,7 +29,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -40,4 +40,4 @@
|
|||||||
#pragma link C++ class SExpRlx+;
|
#pragma link C++ class SExpRlx+;
|
||||||
#pragma link C++ class MLRes+;
|
#pragma link C++ class MLRes+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -39,6 +39,6 @@
|
|||||||
#pragma link C++ class TMeanFieldsForScTrilayer+;
|
#pragma link C++ class TMeanFieldsForScTrilayer+;
|
||||||
#pragma link C++ class TMeanFieldsForScTrilayerWithInsulator+;
|
#pragma link C++ class TMeanFieldsForScTrilayerWithInsulator+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include "fftw3.h"
|
#include "fftw3.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -35,9 +35,9 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include "fftw3.h"
|
#include "fftw3.h"
|
||||||
|
|
||||||
//--------------------
|
//--------------------
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -41,6 +41,6 @@
|
|||||||
#pragma link C++ class TLondon1D3LS+;
|
#pragma link C++ class TLondon1D3LS+;
|
||||||
//#pragma link C++ class TLondon1D4L+;
|
//#pragma link C++ class TLondon1D4L+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
6
src/external/libFitPofB/include/TPofTCalc.h
vendored
6
src/external/libFitPofB/include/TPofTCalc.h
vendored
@ -32,9 +32,9 @@
|
|||||||
#include "TPofBCalc.h"
|
#include "TPofBCalc.h"
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include "fftw3.h"
|
#include "fftw3.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -35,6 +35,6 @@
|
|||||||
|
|
||||||
#pragma link C++ class TSkewedGss+;
|
#pragma link C++ class TSkewedGss+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -46,6 +46,6 @@
|
|||||||
#pragma link C++ class TBulkAnisotropicTriVortexAGL+;
|
#pragma link C++ class TBulkAnisotropicTriVortexAGL+;
|
||||||
#pragma link C++ class TBulkAnisotropicTriVortexAGLGlobal+;
|
#pragma link C++ class TBulkAnisotropicTriVortexAGLGlobal+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -57,6 +57,6 @@
|
|||||||
#pragma link C++ class TLambdaInvPowerLaw+;
|
#pragma link C++ class TLambdaInvPowerLaw+;
|
||||||
#pragma link C++ class TFilmMagnetizationDWave+;
|
#pragma link C++ class TFilmMagnetizationDWave+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
4
src/external/libGbGLF/PGbGLFLinkDef.h
vendored
4
src/external/libGbGLF/PGbGLFLinkDef.h
vendored
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -35,6 +35,6 @@
|
|||||||
|
|
||||||
#pragma link C++ class PGbGLF+;
|
#pragma link C++ class PGbGLF+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
6
src/external/libLFRelaxation/TLFRelaxation.h
vendored
6
src/external/libLFRelaxation/TLFRelaxation.h
vendored
@ -39,9 +39,9 @@ using namespace std;
|
|||||||
#include "PUserFcnBase.h"
|
#include "PUserFcnBase.h"
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include "fftw3.h"
|
#include "fftw3.h"
|
||||||
#include "BMWIntegrator.h"
|
#include "BMWIntegrator.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -40,6 +40,6 @@
|
|||||||
#pragma link C++ class TLFDynSG+;
|
#pragma link C++ class TLFDynSG+;
|
||||||
#pragma link C++ class TLFSGInterpolation+;
|
#pragma link C++ class TLFSGInterpolation+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -37,6 +37,6 @@
|
|||||||
#pragma link C++ class ZFMagExp+;
|
#pragma link C++ class ZFMagExp+;
|
||||||
#pragma link C++ class UniaxialStatGssKT+;
|
#pragma link C++ class UniaxialStatGssKT+;
|
||||||
|
|
||||||
#endif //__CINT__
|
#endif //__CLING__
|
||||||
// root dictionary stuff --------------------------------------------------
|
// root dictionary stuff --------------------------------------------------
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -37,9 +37,9 @@ using namespace std;
|
|||||||
#include <TString.h>
|
#include <TString.h>
|
||||||
|
|
||||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||||
#ifdef __CINT__
|
//#ifdef __CLING__
|
||||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||||
#endif
|
//#endif
|
||||||
#include "fftw3.h"
|
#include "fftw3.h"
|
||||||
|
|
||||||
#define PMUSR_SUCCESS 0
|
#define PMUSR_SUCCESS 0
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -71,7 +71,7 @@ class PFunctionHandler
|
|||||||
};
|
};
|
||||||
|
|
||||||
// cint dictionary stuff --------------------------------------
|
// cint dictionary stuff --------------------------------------
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
@ -79,7 +79,7 @@ class PFunctionHandler
|
|||||||
|
|
||||||
#pragma link C++ class PFunctionHandler+;
|
#pragma link C++ class PFunctionHandler+;
|
||||||
|
|
||||||
#endif // end __CINT__
|
#endif // end __CLING__
|
||||||
//-------------------------------------------------------------
|
//-------------------------------------------------------------
|
||||||
|
|
||||||
#endif // _PFUNCTIONHANDLER_H_
|
#endif // _PFUNCTIONHANDLER_H_
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifdef __CINT__
|
#ifdef __CLING__
|
||||||
|
|
||||||
#pragma link off all globals;
|
#pragma link off all globals;
|
||||||
#pragma link off all classes;
|
#pragma link off all classes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user