1 = cms.EDProducer(
"CaloRecHitsProducer",
2 InputRecHitCollectionTypes = cms.vuint32(4),
3 OutputRecHitCollections = cms.vstring(
""),
4 doDigis = cms.bool(
False),
5 doMiscalib = cms.bool(
False),
7 RecHitsFactory = cms.PSet(
9 Noise = cms.vdouble(-1.,-1.),
10 NoiseCorrectionFactor = cms.vdouble(1.39,1.32),
11 Threshold = cms.vdouble(-1.,-1.),
12 MixedSimHits = cms.InputTag(
"mix",
"famosSimHitsHcalHits"),
13 EnableSaturation = cms.bool(
True),
14 Refactor = cms.double(1.),
15 Refactor_mean = cms.double(1.),
16 fileNameHcal = cms.string(
'hcalmiscalib_0.0.xml'))))