1 |
// $Id: g4Config.C,v 1.5 2009-06-12 18:39:13 pam-rm2 Exp $ |
// $Id: g4Config.C,v 1.1.1.1 2013-10-15 15:51:32 formato Exp $ |
2 |
// |
// |
3 |
// Configuration macro for Geant4 VirtualMC for PamG4VMC |
// Configuration macro for Geant4 VirtualMC for PamG4VMC |
4 |
// for geometry defined with Root and selected Geant4 native navigation |
// for geometry defined with Root and selected Geant4 native navigation |
19 |
|
|
20 |
printf("Config() :: runConfiguration created\n"); |
printf("Config() :: runConfiguration created\n"); |
21 |
|
|
22 |
|
char **argv = (char**) new char*[1]; |
23 |
|
|
24 |
|
argv[0] = new char[10]; |
25 |
|
strcpy("PamVMC.exe", argv[0]); |
26 |
|
|
27 |
TGeant4* geant4 |
TGeant4* geant4 |
28 |
= new TGeant4("TGeant4_PAMELA", "The Geant4 PAMELA Monte Carlo", runConfiguration); |
= new TGeant4("TGeant4_PAMELA", "The Geant4 PAMELA Monte Carlo", runConfiguration, 1, argv); |
29 |
|
|
30 |
printf("Config() :: TGeant4 object created\n"); |
printf("Config() :: TGeant4 object created\n"); |
31 |
|
|