VMC Examples Version 6.6
Loading...
Searching...
No Matches
load_multi.C File Reference

Macro for loading libraries to run Example E03 with mixed Geant3 and Geant4. More...

#include "../macro/g3libs.C"
#include "../macro/g4libs.C"
Include dependency graph for load_multi.C:

Go to the source code of this file.

Functions

void load_multi ()
 

Detailed Description

Macro for loading libraries to run Example E03 with mixed Geant3 and Geant4.

Definition in file load_multi.C.

Function Documentation

◆ load_multi()

void load_multi ( )

Definition at line 17 of file load_multi.C.

18{
19 // Load Geant3 and Geant4 + VMC libraries
20 g3libs();
21 g4libs();
22
23 // Load this example library
24 gSystem->Load("libvmc_E03c");
25
26 // Load library with a user run configuration
27 gSystem->Load("libgeant4_E03c");
28}
void g3libs()
Definition g3libs.C:35
void g4libs()
Definition g4libs.C:135