Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cosmic-rays
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geant4-projects
cosmic-rays
Commits
4ca78619
Commit
4ca78619
authored
Jul 15, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verbose set to 0
parent
b0fca089
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
exampleB1.cc
exampleB1.cc
+3
-2
No files found.
exampleB1.cc
View file @
4ca78619
...
...
@@ -49,6 +49,7 @@
int
main
(
int
argc
,
char
**
argv
)
{
G4double
p
,
e_p
,
e_m
,
mu_p
,
mu_m
=
0
;
// Detect interactive mode (if no arguments) and define UI session
//
G4UIExecutive
*
ui
=
0
;
...
...
@@ -74,8 +75,8 @@ int main(int argc,char** argv)
// Physics list - FTFP_BERT - p/shower
// added verbose to the physics list
G4int
verbose
=
2
;
G4VModularPhysicsList
*
physicsList
=
new
FTFP_BERT
(
verbose
)
;
G4int
verbose
=
0
;
G4VModularPhysicsList
*
physicsList
=
new
FTFP_BERT
;
runManager
->
SetUserInitialization
(
physicsList
);
// User action initialization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment