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

Macro for loading libraries to run example E03a with Geant3. More...

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

Go to the source code of this file.

Functions

void load_g3a ()
 

Detailed Description

Macro for loading libraries to run example E03a with Geant3.

Definition in file load_g3a.C.

Function Documentation

◆ load_g3a()

void load_g3a ( )

Definition at line 16 of file load_g3a.C.

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