FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairToolsLinkDef.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 // $Id: LoggerLinkDef.h,v 1.4 2006/09/15 12:43:35 turany Exp $
9 
10 #ifdef __CINT__
11 
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 
16 #pragma link C++ class FairLogger+;
17 #pragma link C++ class FairMonitor+;
18 #pragma link C++ class FairSystemInfo;
19 
20 #endif