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

Configuration macro for Geant4 VirtualMC for Example06. More...

Go to the source code of this file.

Functions

void g4Config2 ()
 

Detailed Description

Configuration macro for Geant4 VirtualMC for Example06.

Customise Geant4 setting after initialization:

Definition in file g4Config2.C.

Function Documentation

◆ g4Config2()

void g4Config2 ( )

The configuration function for Geant4 VMC for Example06 called after MC application initialization.

Definition at line 16 of file g4Config2.C.

17{
18/// The configuration function for Geant4 VMC for Example06
19/// called after MC application initialization.
20
21 ((TGeant4*)gMC)->ProcessGeantMacro("g4config2.in");
22}