Skip to content

Commit b5c48c5

Browse files
author
Norraphat
committed
Cleaning digitizer config
1 parent 5dc19ce commit b5c48c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

SimGeneral/MixingModule/python/digitizers_cfi.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,12 @@
105105
theDigitizers.mergedtruth.select.signalOnlyTP = True
106106

107107
from Configuration.ProcessModifiers.run3_ecalclustering_cff import run3_ecalclustering
108-
(run3_ecalclustering | phase2_hgcal).toModify( theDigitizersValid,
109-
calotruth = cms.PSet( caloParticles ) )
110-
(premix_stage2 & phase2_hgcal).toModify(theDigitizersValid, calotruth = dict(premixStage1 = True))
108+
run3_ecalclustering.toModify( theDigitizersValid,
109+
calotruth = cms.PSet( caloParticles ) )
111110

112111
phase2_timing.toModify( theDigitizersValid.mergedtruth,
113112
createInitialVertexCollection = cms.bool(True) )
114113

115-
116114
from Configuration.ProcessModifiers.premix_stage1_cff import premix_stage1
117115
def _customizePremixStage1(mod):
118116
# To avoid this if-else structure we'd need an "_InverseModifier"

0 commit comments

Comments
 (0)