9 import FWCore.ParameterSet.Config
as cms
11 simHcalDigis = cms.EDProducer(
"HcalSimpleAmplitudeZS",
12 digiLabel = cms.string(
"simHcalUnsuppressedDigis"),
14 firstSample = cms.int32(4),
15 markAndPass = cms.bool(
False),
16 samplesToAdd = cms.int32(2),
17 twoSided = cms.bool(
False),
21 firstSample = cms.int32(3),
22 markAndPass = cms.bool(
False),
23 samplesToAdd = cms.int32(1),
24 twoSided = cms.bool(
False),
28 firstSample = cms.int32(4),
29 markAndPass = cms.bool(
False),
30 samplesToAdd = cms.int32(2),
31 twoSided = cms.bool(
False),