Skip to content
Snippets Groups Projects
Commit 11577d60 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Updated option1NoApplyCuts for test

parent db12ed34
No related branches found
No related tags found
2 merge requests!40Release of v104r2p1,!39Test v104r2 with updated option1NoApplyCuts PhysList
......@@ -315,11 +315,19 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
particleName == "anti_proton") {
//G4hMultipleScattering* pmsc = new G4hMultipleScattering();
ph->RegisterProcess(pmsc, particle);
// ph->RegisterProcess(pmsc, particle);
// ph->RegisterProcess(new G4hIonisation(), particle);
// ph->RegisterProcess(pb, particle);
// ph->RegisterProcess(pp, particle);
// ph->RegisterProcess(pss, particle);
G4hMultipleScattering* pmsc = new G4hMultipleScattering();
pmsc->SetEmModel(new G4WentzelVIModel());
ph->RegisterProcess(new G4hIonisation(), particle);
ph->RegisterProcess(pb, particle);
ph->RegisterProcess(pp, particle);
ph->RegisterProcess(pss, particle);
ph->RegisterProcess(new G4CoulombScattering(), particle);
} else if (particleName == "B+" ||
particleName == "B-" ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment