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

Contents of /PamVMC/macro/basiclibs.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jun 28 07:16:57 2007 UTC (17 years, 5 months ago) by nikolas
Branch: MAIN
File MIME type: text/plain
First release of the Pamela Virtual Montecarlo

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