Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geant4-projects
cosmic-rays
Commits
4ca78619
Commit
4ca78619
authored
Jul 15, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
verbose set to 0
parent
b0fca089
Changes
1
Hide whitespace changes
Inline
Side-by-side
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