User Geant4 VMC run configuration.
More...
#include <Ex03RunConfiguration3.h>
User Geant4 VMC run configuration.
This class demonstrates how to add to Geant4 VMC geometry construction user defined regions
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 30 of file Ex03RunConfiguration3.h.
◆ Ex03RunConfiguration3() [1/3]
Ex03RunConfiguration3::Ex03RunConfiguration3 |
( |
const TString & | userGeometry, |
|
|
const TString & | physicsList = "FTFP_BERT", |
|
|
const TString & | specialProcess = "stepLimiter" ) |
Standard constructor
- Parameters
-
userGeometry | Selection of geometry defintion |
physicsList | Selection of physics |
specialProcess | Selection of the special processes |
The option for geometry selection has to be set here to "geomVMCtoGeant4, "geomRootToGeant4 or "geomGeant4", as user regions can be defined only with Geant4 native geomeytry navigation.
- See also
- More on the available option in class TG4RunConfiguration: http://ivana.home.cern.ch/ivana/g4vmc_html/classTG4RunConfiguration.html
Definition at line 21 of file Ex03RunConfiguration3.cxx.
23 : TG4RunConfiguration(userGeometry, physicsList, specialProcess)
24{
25
26
27
28
29
30
31
32
33
34
35
36}
◆ ~Ex03RunConfiguration3() [1/3]
Ex03RunConfiguration3::~Ex03RunConfiguration3 |
( |
| ) |
|
|
virtual |
◆ Ex03RunConfiguration3() [2/3]
Ex03RunConfiguration3::Ex03RunConfiguration3 |
( |
const TString & | userGeometry, |
|
|
const TString & | physicsList = "FTFP_BERT", |
|
|
const TString & | specialProcess = "stepLimiter" ) |
◆ ~Ex03RunConfiguration3() [2/3]
virtual Ex03RunConfiguration3::~Ex03RunConfiguration3 |
( |
| ) |
|
|
virtual |
◆ Ex03RunConfiguration3() [3/3]
Ex03RunConfiguration3::Ex03RunConfiguration3 |
( |
const TString & | userGeometry, |
|
|
const TString & | physicsList = "FTFP_BERT", |
|
|
const TString & | specialProcess = "stepLimiter" ) |
◆ ~Ex03RunConfiguration3() [3/3]
virtual Ex03RunConfiguration3::~Ex03RunConfiguration3 |
( |
| ) |
|
|
virtual |
◆ CreateUserRegionConstruction() [1/3]
The Geant4 VMC detector construction is overridden with the detector construction class from the Geant4 novice example N03 library.
Definition at line 50 of file Ex03RunConfiguration3.cxx.
51{
52
53
54
55 return new Ex03RegionConstruction();
56}
◆ CreateUserRegionConstruction() [2/3]
◆ CreateUserRegionConstruction() [3/3]
The documentation for this class was generated from the following files: