VMC Examples Version 6.6
Loading...
Searching...
No Matches
geant4ExGarfieldLinkDef.h
Go to the documentation of this file.
1// $Id$
2
3/// \file geant4ExGarfieldLinkDef.h
4/// \brief The CINT link definitions for example Garfield/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 VMC::ExGarfield::RunConfiguration + ;
13
14#endif