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

Macro for loading libraries to run example A01 with Geant4. More...

#include "../macro/g4libs.C"
Include dependency graph for load_g4.C:

Go to the source code of this file.

Functions

void load_g4 ()
 

Detailed Description

Macro for loading libraries to run example A01 with Geant4.

Definition in file load_g4.C.

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_A01");
23
24 // Load library with a user run configuration
25 gSystem->Load("libgeant4_A01");
26}
void g4libs()
Definition g4libs.C:135