Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Geant4
Commits
015f3827
Commit
015f3827
authored
6 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
Revert to current LHCb option1NoApplyCuts
parent
f071b2eb
No related branches found
No related tags found
1 merge request
!37
WIP: Updates to test v10.5.0-beta
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LHCbG4PhysLists/src/G4EmStandardPhysics_option1NoApplyCuts.cc
+9
-10
9 additions, 10 deletions
...G4PhysLists/src/G4EmStandardPhysics_option1NoApplyCuts.cc
with
9 additions
and
10 deletions
LHCbG4PhysLists/src/G4EmStandardPhysics_option1NoApplyCuts.cc
+
9
−
10
View file @
015f3827
...
...
@@ -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-"
||
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment