2 algoName = cms.string(
"RealisticSimClusterMapper"),
3 exclusiveFraction = cms.double(0.6),
4 invisibleFraction = cms.double(0.6),
5 maxDistanceFilter = cms.bool(
True),
7 maxDistance = cms.double(10.0),
8 maxDforTimingSquared = cms.double(4.0),
9 timeOffset = hgceeDigitizer.tofDelay,
10 minNHitsforTiming = cms.uint32(3),
11 useMCFractionsForExclEnergy = cms.bool(
False),
12 thresholdsByDetector = cms.VPSet(
14 hadronCalib = hadronCorrections.value,
15 egammaCalib = egammaCorrections.value,
16 calibMinEta = minEtaCorrection,
17 calibMaxEta = maxEtaCorrection,
18 simClusterSrc = cms.InputTag(
"mix:MergedCaloTruth")