Parent Directory | Revision Log
PamVMC update
1 | formato | 1.1 | // $Id: basiclibs.C,v 1.0 2007/06/06 |
2 | // | ||
3 | // Macro for loading basic libraries used with both Geant3 and Geant4 | ||
4 | |||
5 | void basiclibs() | ||
6 | { | ||
7 | gSystem->Load("libRIO"); | ||
8 | gSystem->Load("libTree"); | ||
9 | gSystem->Load("libGeom"); | ||
10 | gSystem->Load("libVMC"); | ||
11 | gSystem->Load("libEG"); | ||
12 | gSystem->Load("libPhysics"); | ||
13 | } |
ViewVC Help | |
Powered by ViewVC 1.1.23 |