Hello everyone . I have done my simulation but i am not sure about the physics list which I used I wonder if any body can help me …
my geometry is 10010060 micro meter silicon detector, which I pixelated it into 1*1 um in x and y direction. I started with B1 example,with 100 Mev proton sources, which is 1 mm outside of detector, and my output is energy deposited in each pixel of detector. in physics list I used these :
#include <G4EmStandardPhysics.hh>
#include <G4DecayPhysics.hh>
#include <G4ProductionCutsTable.hh>
#include <G4SystemOfUnits.hh>
#include <G4EmLivermorePhysics.hh>
#include <G4EmExtraPhysics.hh>
#include <G4HadronPhysicsFTFP_BERT.hh>
#include <G4HadronElasticPhysics.hh>
do anybody think it is correct or should use the physics list in microelectronic example ?
thanks alot