VMC Examples Version 6.8
Loading...
Searching...
No Matches
load_g4d.C File Reference
#include "../macro/g4libs.C"
Include dependency graph for load_g4d.C:

Go to the source code of this file.

Functions

void load_g4d ()

Function Documentation

◆ load_g4d()

void load_g4d ( )

Definition at line 16 of file load_g4d.C.

17{
18 // Load Geant4 + VMC libraries
19 g4libs();
20
21 // Load this example library
22 gSystem->Load("libvmc_E03d");
23
24 // Load library with a user run configuration
25 gSystem->Load("libgeant4_E03d");
26}
void g4libs()
Definition g4libs.C:135