source: snovis/trunk/source/G4Lab/cxx/config_Geant4.cxx @ 233

Last change on this file since 233 was 233, checked in by barrand, 17 years ago
  • Property svn:eol-style set to native
File size: 489 bytes
Line 
1// Dummy file to help building the g4lab-config system.
2
3// Some Geant4 include :
4#include <G4RunManager.hh>
5
6extern "C" {
7
8//////////////////////////////////////////////////////////////////////////////
9void G4Lab_config_Geant4(
10) 
11//////////////////////////////////////////////////////////////////////////////
12//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
13{
14  // Put some code in order to be sure to build correctly.
15  G4RunManager::GetRunManager();
16}
17
18}
Note: See TracBrowser for help on using the repository browser.