Skip to content

Commit 42b9d84

Browse files
authored
Merge pull request cms-sw#42274 from bsunanda/Run3-gex167
Run3-gex167 Clean up cffs in Geometry/EcalCommonData
2 parents c40e9aa + b09b1e6 commit 42b9d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Geometry/EcalCommonData/python/ecalSimulationParameters_cff.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
66

77
dd4hep.toModify(ecalSimulationParametersEB,
8-
fromDD4hep = cms.bool(True)
8+
fromDD4hep = True
99
)
1010

1111
ecalSimulationParametersEE = ecalSimulationParametersEB.clone(
12-
name = cms.string("EcalHitsEE"))
12+
name = "EcalHitsEE")
1313

1414
ecalSimulationParametersES = ecalSimulationParametersEB.clone(
15-
name = cms.string("EcalHitsES"))
15+
name = "EcalHitsES")

0 commit comments

Comments
 (0)