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

Go to the source code of this file.

Functions

void load_g4 ()
 

Function Documentation

◆ load_g4()

void load_g4 ( )

Definition at line 16 of file load_g4.C.

17{
18 // Load Geant4 + VMC libraries
19 g4libs();
20
21 // Load this example library
22 gSystem->Load("libvmc_Monopole");
23}
void g4libs()
Definition g4libs.C:135