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
NPDet
Commits
f6497dff
Commit
f6497dff
authored
Feb 16, 2022
by
Wouter Deconinck
Browse files
typo
parent
d404180c
Pipeline
#27863
failed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/detectors/pid/sdet/include/PMTHit.h
View file @
f6497dff
...
...
@@ -62,7 +62,7 @@ namespace npdet {
PMTHit
()
=
default
;
/// Initializing constructor
PMTHit
(
int
track_id
,
int
pdg_id
,
double
en
,
double
time_stamp
)
:
length
(
0.0
),
truth
(
track_id
,
pdg_id
,
en
,
time_stamp
,
0.
),
energy
(
en
)
{}
:
length
(
0.0
),
truth
(
track_id
,
pdg_id
,
en
,
time_stamp
,
0.
),
energy
Deposit
(
en
)
{}
/// Default destructor
virtual
~
PMTHit
()
=
default
;
/// Assignment operator
...
...
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