Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
geant4vmcLinkDef.h
Go to the documentation of this file.
1//------------------------------------------------
2// The Geant4 Virtual Monte Carlo package
3// Copyright (C) 2007 - 2014 Ivana Hrivnacova
4// All rights reserved.
5//
6// For the licensing terms see geant4_vmc/LICENSE.
7// Contact: root-vmc@cern.ch
8//-------------------------------------------------
9
13
14#ifdef __CINT__
15
16#pragma link off all globals;
17#pragma link off all classes;
18#pragma link off all functions;
19
20#pragma link C++ class TGeant4 + ;
21#pragma link C++ class TG4RunConfiguration + ;
22
23#endif