Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: key4hep/k4MarlinWrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76ec6e7a778cc2925a9e1b0a4db8baf16d5911d7
Choose a base ref
..
head repository: key4hep/k4MarlinWrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d35fee9c1b0f91284382069610648480e8d96c83
Choose a head ref
Showing with 5 additions and 0 deletions.
  1. +5 −0 test/gaudi_opts/createEventHeader.py
5 changes: 5 additions & 0 deletions test/gaudi_opts/createEventHeader.py
Original file line number Diff line number Diff line change
@@ -23,15 +23,20 @@
k4DataSvc,
MarlinProcessorWrapper,
ApplicationMgr,
EDM4hep2LcioTool,
)

eventHeaderCreator = EventHeaderCreator("eventHeaderCreator", eventNumberOffset=42)

podioevent = k4DataSvc("EventDataSvc")

EDM4hep2Lcio = EDM4hep2LcioTool("EDM4hep2Lcio")
EDM4hep2Lcio.convertAll = False

out = MarlinProcessorWrapper("out")
out.ProcessorType = "LCIOOutputProcessor"
out.Parameters = {"LCIOOutputFile": ["test.slcio"], "LCIOWriteMode": ["WRITE_NEW"]}
out.EDM4hep2LcioTool = EDM4hep2Lcio

ApplicationMgr(
TopAlg=[