Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
bab75875
Commit
bab75875
authored
2 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Event parameters to DDDigi edm4hep output -- can not be tested yet
parent
ae6418ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/DDDigi/scripts/TestEdm4hepOutput.py
+2
-2
2 additions, 2 deletions
examples/DDDigi/scripts/TestEdm4hepOutput.py
with
2 additions
and
2 deletions
examples/DDDigi/scripts/TestEdm4hepOutput.py
+
2
−
2
View file @
bab75875
...
@@ -17,12 +17,12 @@ def run():
...
@@ -17,12 +17,12 @@ def run():
digi
=
DigiTest
.
Test
(
geometry
=
None
)
digi
=
DigiTest
.
Test
(
geometry
=
None
)
read
=
digi
.
input_action
(
'
DigiDDG4ROOT/SignalReader
'
,
mask
=
0x0
,
input
=
[
digi
.
next_input
()])
read
=
digi
.
input_action
(
'
DigiDDG4ROOT/SignalReader
'
,
mask
=
0x0
,
input
=
[
digi
.
next_input
()])
dump
=
digi
.
event_action
(
'
DigiStoreDump/StoreDump
'
,
parallel
=
False
)
dump
=
digi
.
event_action
(
'
DigiStoreDump/StoreDump
'
,
parallel
=
False
)
writ
=
digi
.
output_action
(
'
Digi
2e
dm4hepOutput/Writer
'
,
writ
=
digi
.
output_action
(
'
Digi
E
dm4hepOutput/Writer
'
,
parallel
=
True
,
parallel
=
True
,
input_mask
=
0x0
,
input_mask
=
0x0
,
input_segment
=
'
input
'
,
input_segment
=
'
input
'
,
output
=
'
MiniTel_DDDigi_edm4hep_data.root
'
)
output
=
'
MiniTel_DDDigi_edm4hep_data.root
'
)
proc
=
digi
.
create_action
(
'
Digi
2e
dm4hepProcessor/edm4hep
'
)
proc
=
digi
.
create_action
(
'
Digi
E
dm4hep
Output
Processor/edm4hep
'
)
hit_type
=
'
TrackerHits
'
hit_type
=
'
TrackerHits
'
if
digi
.
hit_type
:
if
digi
.
hit_type
:
hit_type
=
digi
.
hit_type
hit_type
=
digi
.
hit_type
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment