Parent Directory
|
Revision Log
Initial revision
| 1 | pamelats | 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("libEGPythia6"); | ||
| 13 | gSystem->Load("libPythia6"); | ||
| 14 | gSystem->Load("libPhysics"); | ||
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |