/[PAMELA software]/trieste/pamVMC/macro/basiclibs.C
ViewVC logotype

Contents of /trieste/pamVMC/macro/basiclibs.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Mar 4 12:51:25 2009 UTC (15 years, 9 months ago) by pamelats
Branch point for: MAIN, pamVMC
File MIME type: text/plain
Initial revision

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