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

Merge branch 'v104r2_physics_list_change_test' into 'master'

Test v104r2 with updated option1NoApplyCuts PhysList

See merge request !39
parents db12ed34 fabdacc2
No related branches found
No related tags found
2 merge requests!40Release of v104r2p1,!39Test v104r2 with updated option1NoApplyCuts PhysList
...@@ -196,7 +196,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess() ...@@ -196,7 +196,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4MuMultipleScattering* pmsc = new G4MuMultipleScattering(); G4MuMultipleScattering* pmsc = new G4MuMultipleScattering();
pmsc->AddEmModel(0, new G4WentzelVIModel()); pmsc->AddEmModel(0, new G4WentzelVIModel());
G4CoulombScattering* pss = new G4CoulombScattering(); // G4CoulombScattering* pss = new G4CoulombScattering();
G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc"); G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
...@@ -315,11 +315,19 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess() ...@@ -315,11 +315,19 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
particleName == "anti_proton") { particleName == "anti_proton") {
//G4hMultipleScattering* pmsc = new G4hMultipleScattering(); //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(new G4hIonisation(), particle);
ph->RegisterProcess(pb, particle); ph->RegisterProcess(pb, particle);
ph->RegisterProcess(pp, particle); ph->RegisterProcess(pp, particle);
ph->RegisterProcess(pss, particle); ph->RegisterProcess(new G4CoulombScattering(), particle);
} else if (particleName == "B+" || } else if (particleName == "B+" ||
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