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
eef012b8
Commit
eef012b8
authored
Mar 18, 2022
by
Wouter Deconinck
Browse files
Use mutable type in writing output
parent
bf4180df
Pipeline
#29077
failed with stages
in 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/dd4pod/plugins/Geant4Output2Podio.cxx
View file @
eef012b8
...
...
@@ -195,7 +195,7 @@ namespace dd4hep::sim {
printout
((
part
->
genStatus
==
1
?
ERROR
:
INFO
),
"Geant4Output2Podio"
,
"++ saveEvent: pdgID %d unknown, charge set to 0"
,
part
->
pdgID
);
}
dd4pod
::
Geant4Particle
podpart
{
dd4pod
::
Mutable
Geant4Particle
podpart
{
part
->
id
,
part
->
g4Parent
,
part
->
reason
,
...
...
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