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 Threshold = cms.vdouble(-0.5,-0.5),
11 MixedSimHits = cms.InputTag(
"mix",
"famosSimHitsHcalHits"),
12 EnableSaturation = cms.bool(
True),
13 Refactor = cms.double(1.),
14 Refactor_mean = cms.double(1.),
15 fileNameHcal = cms.string(
'hcalmiscalib_0.0.xml'))))