Skip to content

Commit

Permalink
removed explicit reading of EventHeader everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Nov 16, 2023
1 parent 3cb3583 commit 6947282
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion k4MarlinWrapper/examples/clicRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

inp = PodioInput('InputReader')
inp.collections = [
'EventHeader',
'MCParticles',
'VertexBarrelCollection',
'VertexEndcapCollection',
Expand Down
1 change: 0 additions & 1 deletion k4MarlinWrapper/examples/event_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

inp = PodioInput('InputReader')
inp.collections = [
'EventHeader',
'MCParticles',
'VertexBarrelCollection',
'VertexEndcapCollection',
Expand Down
1 change: 0 additions & 1 deletion test/gaudi_opts/fccRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

inp = PodioInput('InputReader')
inp.collections = [
'EventHeader',
'MCParticles',
'VertexBarrelCollection',
'VertexEndcapCollection',
Expand Down

0 comments on commit 6947282

Please sign in to comment.