Skip to content
Snippets Groups Projects
Commit c5e058e7 authored by Carl Gwilliam's avatar Carl Gwilliam
Browse files

Fix skipping events with HepMC and add hepmc to evnt converter

parent 3317fa17
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ if __name__ == "__main__": ...@@ -54,7 +54,7 @@ if __name__ == "__main__":
from McEventSelector.McEventSelectorConfig import McEventSelectorCfg from McEventSelector.McEventSelectorConfig import McEventSelectorCfg
cfg.merge(McEventSelectorCfg(ConfigFlags)) cfg.merge(McEventSelectorCfg(ConfigFlags))
itemList = [ "McEventCollection#*" ] itemList = [ "EventInfo#McEventInfo", "McEventCollection#*" ]
from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg
cfg.merge(OutputStreamCfg(ConfigFlags, "EVNT", itemList, disableEventTag = True)) cfg.merge(OutputStreamCfg(ConfigFlags, "EVNT", itemList, disableEventTag = True))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment