Skip to content
Snippets Groups Projects
Commit 8c3bfe4e authored by Thomas Strebler's avatar Thomas Strebler Committed by Walter Lampl
Browse files

Fix imports for HepMC2 build in DigitizationSteering [ATLASSIM-6648]

Fix imports for HepMC2 build in DigitizationSteering [ATLASSIM-6648]
parent 5abd686e
No related branches found
No related tags found
No related merge requests found
......@@ -103,11 +103,9 @@ def DigitizationMainContentCfg(flags):
from MCTruthSimAlgs.MCTruthSimAlgsConfig import InTimeOnlySimpleMergeMcEventCollCfg as InTimeOnlyMergeMcEventCollCfg
from MCTruthSimAlgs.MCTruthSimAlgsConfig import SignalOnlySimpleMergeMcEventCollCfg as SignalOnlyMergeMcEventCollCfg
else:
from MCTruthSimAlgs.MCTruthSimAlgsConfig import (
MergeMcEventCollCfg,
InTimeOnlyMergeMcEventCollCfg,
SignalOnlyMergeMcEventCollCfg,
)
from MCTruthSimAlgs.MCTruthSimAlgsConfig import MergeMcEventCollCfg
from MCTruthSimAlgs.MCTruthSimAlgsConfig import InTimeOnlyMcEventCollCfg as InTimeOnlyMergeMcEventCollCfg
from MCTruthSimAlgs.MCTruthSimAlgsConfig import SignalOnlyMcEventCollCfg as SignalOnlyMergeMcEventCollCfg
from MCTruthSimAlgs.MCTruthSimAlgsConfig import (
MergeAntiKt4TruthJetsCfg,
MergeAntiKt6TruthJetsCfg,
......
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