VMC Examples Version 6.6
Loading...
Searching...
No Matches
geant4A01LinkDef.h
Go to the documentation of this file.
1// $Id$
2
3/// \file geant4a01LinkDef.h
4/// \brief The CINT link definitions for example A01/geant4 classes
5
6#ifdef __CINT__
7
8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
12#pragma link C++ class A01RunConfiguration + ;
13
14#endif