Dear experts,
I am using the CADMesh.hh from GitHub - christopherpoole/CADMesh: A CAD file interface for GEANT4 (version 2020) to import .stl files into GEANT4.
I performed the following test using electrons (at 10 MeV, along -Z direction) impinging on:
- a cube, imported from a .stl file, of material “air” in a world of “air”
- a cube with a cavity inside, imported from a .stl file, of material “air” in a world of “air”
The code is running with any error in both cases, but it seems that for the cube with a cavity there are much more steps along the track, as shown in the following screenshots. This has of course an impact on the computational time.
This effect occurs when using “QBBC_EMZ” as Physics List, but it is not observed when using “QGSP_BERT” for example.
Is this behaviour expected? Is there a way to set the same stepping inside the cavity as outside?
Thank you for your help.
_Geant4 Version:_11.1.1
_Operating System:_Ubuntu 20.04.6 LTS
_Compiler/Version:_gcc 9.4.0
_CMake Version:_3.16.3