6 simHcalTriggerPrimitiveDigis.peakFilter =
False
7 simHcalTriggerPrimitiveDigis.inputLabel = cms.VInputTag(cms.InputTag(
'hbhereco'), cms.InputTag(
'hfreco'))
10 hbhereco = cms.EDProducer(
"CaloRecHitsProducer",
11 InputRecHitCollectionTypes = cms.vuint32(4),
12 OutputRecHitCollections = cms.vstring(
""),
13 doDigis = cms.bool(
False),
14 doMiscalib = cms.bool(
False),
16 RecHitsFactory = cms.PSet(
18 Noise = cms.vdouble(-1.,-1.),
19 NoiseCorrectionFactor = cms.vdouble(1.39,1.32),
20 Threshold = cms.vdouble(-1.,-1.),
21 MixedSimHits = cms.InputTag(
"mix",
"famosSimHitsHcalHits"),
22 EnableSaturation = cms.bool(
True),
23 Refactor = cms.double(1.),
24 Refactor_mean = cms.double(1.),
25 fileNameHcal = cms.string(
'hcalmiscalib_0.0.xml'))))
28 horeco = cms.EDProducer(
"CaloRecHitsProducer",
29 InputRecHitCollectionTypes = cms.vuint32(5),
30 OutputRecHitCollections = cms.vstring(
""),
31 doDigis = cms.bool(
False),
32 doMiscalib = cms.bool(
False),
34 RecHitsFactory = cms.PSet(
36 Noise = cms.vdouble(-1.),
37 NoiseCorrectionFactor = cms.vdouble(3.),
38 Threshold = cms.vdouble(-1.5),
39 MixedSimHits = cms.InputTag(
"mix",
"famosSimHitsHcalHits"),
40 EnableSaturation = cms.bool(
True),
41 Refactor = cms.double(1.),
42 Refactor_mean = cms.double(1.),
43 fileNameHcal = cms.string(
'hcalmiscalib_0.0.xml'))))
45 hfreco = cms.EDProducer(
"CaloRecHitsProducer",
46 InputRecHitCollectionTypes = cms.vuint32(6),
47 OutputRecHitCollections = cms.vstring(
""),
48 doDigis = cms.bool(
False),
49 doMiscalib = cms.bool(
False),
51 RecHitsFactory = cms.PSet(
53 Noise = cms.vdouble(-1.),
54 NoiseCorrectionFactor = cms.vdouble(2.51),
55 Threshold = cms.vdouble(-0.5),
56 MixedSimHits = cms.InputTag(
"mix",
"famosSimHitsHcalHits"),
57 EnableSaturation = cms.bool(
True),
58 Refactor = cms.double(1.),
59 Refactor_mean = cms.double(1.),
60 fileNameHcal = cms.string(
'hcalmiscalib_0.0.xml'))))