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

Go to the source code of this file.

Functions

void load_g3c ()
 

Function Documentation

◆ load_g3c()

void load_g3c ( )

Definition at line 16 of file load_g3c.C.

17{
18 // Load Geant4 libraries
19 g3libs();
20
21 // Load this example library
22 gSystem->Load("libvmc_E03c");
23}
void g3libs()
Definition g3libs.C:35