Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JZCaPA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Riccardo Longo
JZCaPA
Commits
e2335baf
Commit
e2335baf
authored
5 years ago
by
Chad Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Started preparing PhysicsList for use for PhysicsMessenger
parent
a32d44a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MonteCarlo/include/PhysicsList.hh
+1
-1
1 addition, 1 deletion
MonteCarlo/include/PhysicsList.hh
MonteCarlo/include/PhysicsMessenger.hh
+3
-1
3 additions, 1 deletion
MonteCarlo/include/PhysicsMessenger.hh
MonteCarlo/src/PhysicsList.cc
+3
-2
3 additions, 2 deletions
MonteCarlo/src/PhysicsList.cc
with
7 additions
and
4 deletions
MonteCarlo/include/PhysicsList.hh
+
1
−
1
View file @
e2335baf
...
...
@@ -68,7 +68,7 @@
class
PhysicsList
:
public
G4VUserPhysicsList
{
public:
PhysicsList
(
G4String
);
PhysicsList
();
~
PhysicsList
(
void
);
void
ConstructParticle
(
void
);
void
ConstructProcess
(
void
);
...
...
This diff is collapsed.
Click to expand it.
MonteCarlo/include/PhysicsMessenger.hh
+
3
−
1
View file @
e2335baf
...
...
@@ -58,10 +58,12 @@ class PhysicsMessenger: public G4UImessenger{
PhysicsList
*
fPhysicsList
;
//Directories
G4UIdirectory
*
fPhysicsDir
;
//
ZDC
Commands
//Commands
G4UIcmdWithABool
*
fSimCherenkovsCmd
;
G4UIcmdWithAString
*
fSelectListCmd
;
};
...
...
This diff is collapsed.
Click to expand it.
MonteCarlo/src/PhysicsList.cc
+
3
−
2
View file @
e2335baf
#include
"PhysicsList.hh"
PhysicsList
::
PhysicsList
(
G4String
_physicsList
)
PhysicsList
::
PhysicsList
(
)
{
Hadronic_PL
=
_physicsList
;
//Set Physics list via messenger
//Hadronic_PL = _physicsList;
decay
=
NULL
;
stepLimiter
=
NULL
;
...
...
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