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

Go to the source code of this file.

Functions

void load_g4c ()
 

Function Documentation

◆ load_g4c()

void load_g4c ( )

Definition at line 16 of file load_g4c.C.

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