Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
ecaa591e
Commit
ecaa591e
authored
Feb 16, 2022
by
Wouter Deconinck
Browse files
PhotoMultiplierDigi.cpp: use PhotoMultiplierHit::energyDeposit for energy
parent
cea98251
Changes
1
Hide whitespace changes
Inline
Side-by-side
JugDigi/src/components/PhotoMultiplierDigi.cpp
View file @
ecaa591e
...
...
@@ -91,7 +91,7 @@ public:
// calculate signal
for
(
const
auto
&
ahit
:
sim
)
{
// quantum efficiency
if
(
!
qe_pass
(
ahit
.
energy
(),
m_rngUni
()))
{
if
(
!
qe_pass
(
ahit
.
energy
Deposit
(),
m_rngUni
()))
{
continue
;
}
// cell id, time, signal amplitude
...
...
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