Geant4 Version: 11.2.2
Operating System: debian12
Compiler/Version:
CMake Version: 3.25.1
Hello Everyone,
I’m trying to simulate an RBS/ERDA experiment using an alfa source (1.454MeV KE). But my PhysicsList doesnt seem quite good because I’m not having Elastic recoils nucleus. I included these Physics:
RegisterPhysics(new G4EmStandardPhysics_option4());
RegisterPhysics(new G4DecayPhysics());
RegisterPhysics(new G4HadronElasticPhysicsHP());
RegisterPhysics(new G4HadronPhysicsFTFP_BERT_HP());
RegisterPhysics(new G4StoppingPhysics());
RegisterPhysics(new G4IonElasticPhysics());
RegisterPhysics(new G4IonBinaryCascadePhysics());
Hope somebody can help me.
Thanks