EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairToolsLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairToolsLinkDef.h
1 // $Id: LoggerLinkDef.h,v 1.4 2006/09/15 12:43:35 turany Exp $
2 
3 #ifdef __CINT__
4 
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8 
9 #pragma link C++ global gLogger;
10 
11 #pragma link C++ class FairLogger+;
12 
13 #endif