Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
np
nptool
Commits
3c4f7a20
Commit
3c4f7a20
authored
Oct 16, 2018
by
Valérian Alcindor
Browse files
Fixing compilation issue
parent
1647ef34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NPSimulation/EventGenerator/EventGeneratorCosmic.cc
NPSimulation/EventGenerator/EventGeneratorCosmic.cc
+1
-1
No files found.
NPSimulation/EventGenerator/EventGeneratorCosmic.cc
View file @
3c4f7a20
...
...
@@ -142,7 +142,7 @@ void EventGeneratorCosmic::ReadConfiguration(NPL::InputParser parser){
G4double
randomize1
=
0
,
randomize2
=
0
;
G4double
momentum_y
=
0
;
G4double
angle
=
0
;
TF1
*
cosSq
=
new
TF1
(
"cosSq2"
,
"TMath::Power(cos(x),2)"
,
0
,
(
TMath
::
Pi
())
/
2
);
TF1
*
cosSq
2
=
new
TF1
(
"cosSq2"
,
"TMath::Power(cos(x),2)"
,
0
,
(
TMath
::
Pi
())
/
2
);
void
EventGeneratorCosmic
::
GenerateEvent
(
G4Event
*
){
...
...
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