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

Revert to current LHCb option1NoApplyCuts

parent f071b2eb
No related branches found
No related tags found
1 merge request!37WIP: Updates to test v10.5.0-beta
......@@ -315,19 +315,18 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
particleName == "anti_proton") {
//G4hMultipleScattering* pmsc = new G4hMultipleScattering();
// 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(pmsc, particle);
ph->RegisterProcess(new G4hIonisation(), particle);
ph->RegisterProcess(pb, particle);
ph->RegisterProcess(pp, particle);
ph->RegisterProcess(new G4CoulombScattering(), 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(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