ATLAS Offline Software
Control/AthToolSupport/AsgExampleTools/Root/LinkDef.h
Go to the documentation of this file.
1 #ifndef ASGTOOLS_LINKDEF_H
13 #define ASGTOOLS_LINKDEF_H
14 
15 // Local include(s):
17 
18 #ifdef __CINT__
19 
20 #pragma link off all globals;
21 #pragma link off all classes;
22 #pragma link off all functions;
23 #pragma link C++ nestedclass;
24 
25 #pragma link C++ namespace asg+;
26 #pragma link C++ class asg::UnitTestTool1+;
27 
28 #endif // __CINT__
29 #endif // not ASGTOOLS_LINKDEF_H
UnitTestTool1.h