We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c40e9aa + b09b1e6 commit 42b9d84Copy full SHA for 42b9d84
Geometry/EcalCommonData/python/ecalSimulationParameters_cff.py
@@ -5,11 +5,11 @@
5
from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
6
7
dd4hep.toModify(ecalSimulationParametersEB,
8
- fromDD4hep = cms.bool(True)
+ fromDD4hep = True
9
)
10
11
ecalSimulationParametersEE = ecalSimulationParametersEB.clone(
12
- name = cms.string("EcalHitsEE"))
+ name = "EcalHitsEE")
13
14
ecalSimulationParametersES = ecalSimulationParametersEB.clone(
15
- name = cms.string("EcalHitsES"))
+ name = "EcalHitsES")
0 commit comments