File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
SimGeneral/MixingModule/python Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 105105theDigitizers .mergedtruth .select .signalOnlyTP = True
106106
107107from 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
112111phase2_timing .toModify ( theDigitizersValid .mergedtruth ,
113112 createInitialVertexCollection = cms .bool (True ) )
114113
115-
116114from Configuration .ProcessModifiers .premix_stage1_cff import premix_stage1
117115def _customizePremixStage1 (mod ):
118116 # To avoid this if-else structure we'd need an "_InverseModifier"
You can’t perform that action at this time.
0 commit comments