1 import FWCore.ParameterSet.Config
as cms
4 from Geometry.HcalEventSetup.HcalRelabel_cfi
import HcalReLabel
9 hcalSimBlock = cms.PSet(
12 doNoise = cms.bool(
True),
13 HcalPreMixStage1 = cms.bool(
False),
14 HcalPreMixStage2 = cms.bool(
False),
17 doEmpty = cms.bool(
True),
18 doHPDNoise = cms.bool(
False),
19 doIonFeedback = cms.bool(
True),
20 doThermalNoise = cms.bool(
True),
22 HBTuningParameter = cms.double(0.875),
23 HETuningParameter = cms.double(0.9),
24 HFTuningParameter = cms.double(1.025),
25 HOTuningParameter = cms.double(1),
27 useOldHB = cms.bool(
True),
28 useOldHE = cms.bool(
True),
29 useOldHF = cms.bool(
True),
30 useOldHO = cms.bool(
True),
31 HBHEUpgradeQIE = cms.bool(
True),
32 HFUpgradeQIE = cms.bool(
False),
37 doTimeSlew = cms.bool(
True),
38 doHFWindow = cms.bool(
False),
39 hitsProducer = cms.string(
'g4SimHits'),
40 injectTestHits = cms.bool(
False),
41 ChangeResponse = cms.bool(
False),
42 CorrFactorFile = cms.FileInPath(
"SimCalorimetry/HcalSimProducers/data/calor_corr01.txt"),
43 HcalReLabel = HcalReLabel,
44 DelivLuminosity = cms.double(0),
45 HEDarkening = cms.bool(
False),
46 HFDarkening = cms.bool(
False),
47 minFCToDelay=cms.double(5.)