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

Macro for loading libraries to run exampl E03a with Geant4. More...

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

Go to the source code of this file.

Functions

void load_g4a ()
 

Detailed Description

Macro for loading libraries to run exampl E03a with Geant4.

Definition in file load_g4a.C.

Function Documentation

◆ load_g4a()

void load_g4a ( )

Definition at line 16 of file load_g4a.C.

17{
18 // Load Geant4 + VMC libraries
19 g4libs();
20
21 // Load this example library
22 gSystem->Load("libvmc_E03a");
23
24 // Load library with a user run configuration
25 gSystem->Load("libgeant4_E03a");
26}
void g4libs()
Definition g4libs.C:135