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

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

Go to the source code of this file.

Functions

void Config ()
 

Detailed Description

Configuration macro for Geant4 VirtualMC for Example06.

Configuration macro for Geant4 VirtualMC for Example06 with activated stackPopper.

For geometry defined with Root and selected G4Root navigation

Definition in file g4tgeoConfig.C.

Function Documentation

◆ Config()

void Config ( )

The configuration function for Geant4 VMC for Example06 called during MC application initialization. For geometry defined with Root and selected G4Root navigation

Definition at line 16 of file g4tgeoConfig.C.

17{
18/// The configuration function for Geant4 VMC for Example06
19/// called during MC application initialization.
20/// For geometry defined with Root and selected G4Root navigation
21
22 // Default Geant4 VMC run configuration
23 TG4RunConfiguration* runConfiguration
24 = new TG4RunConfiguration("geomRoot", "FTFP_BERT_EMZ+optical");
25
26 // TGeant4
27 TGeant4* geant4
28 = new TGeant4("TGeant4", "The Geant4 Monte Carlo", runConfiguration);
29
30 // Customise Geant4 setting
31 // (verbose level, global range cut, ..)
32 geant4->ProcessGeantMacro("g4config.in");
33}