Hello, I recently modified the B4a example to build a liquid argon detector. In my simulation, the liquid argon is contained in a stainless steel vessel. When I shoot electrons into it, I observe that the only process happening in the liquid argon is “transportation”, while in the stainless steel there are electromagnetic processes such as msc and bremsstrahlung. I would like to understand why it seems that my particles are not interacting with the liquid argon.
The material I am using is ‘lAr’ from the Geant4 material library.
nistManager->FindOrBuildMaterial("G4_lAr");
Some output information:
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
G4WT1 > 0 0 0 -250 10 0 0 0 World initStep
G4WT0 > 0 0 0 -250 10 0 0 0 World initStep
G4WT1 > 1 0 0 250 10 1.52e-23 500 500 LiquidArgon Transportation
G4WT0 > 1 0 0 250 10 1.52e-23 500 500 LiquidArgon Transportation
G4WT1 > 2 0 0 250 10 0 0 500 World Transportation
G4WT0 > 2 0 0 250 10 0 0 500 World Transportation
G4WT1 > 3 0 0 250 10 0 0 500 Tank Transportation
G4WT0 > 3 0 0 250 10 0 0 500 Tank Transportation
G4WT1 > 4 0.102 0.0874 251 9.19 0.662 0.698 501 Tank eBrem
G4WT0 > 4 -0.111 -0.0485 251 7.97 0.938 0.92 501 Tank eBrem
_Geant4 Version:10.6.2
Operating System:
Compiler/Version:
CMake Version: