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

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

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

Go to the source code of this file.

Functions

void load_g3 ()
 

Detailed Description

Macro for loading libraries to run ExGarfield example with Geant3.

Definition in file load_g3.C.

Function Documentation

◆ load_g3()

void load_g3 ( )

Definition at line 16 of file load_g3.C.

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