/[PAMELA software]/PamVMC_update/macro/basiclibs.C
ViewVC logotype

Contents of /PamVMC_update/macro/basiclibs.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Oct 15 15:51:34 2013 UTC (11 years, 1 month ago) by formato
Branch: MAIN, rel
CVS Tags: reltag, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
PamVMC update

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