1 import FWCore.ParameterSet.Config
as cms
4 m2Parameters = cms.PSet(
6 applyPedConstraint = cms.bool(
True),
7 applyTimeConstraint = cms.bool(
True),
8 applyPulseJitter = cms.bool(
False),
9 applyTimeSlew = cms.bool(
True),
10 ts4Min = cms.double(0.),
11 ts4Max = cms.vdouble(100., 20000., 30000),
12 pulseJitter = cms.double(1.),
14 meanPed = cms.double(0.),
15 meanTime = cms.double(0.),
16 timeSigmaHPD = cms.double(5.),
17 timeSigmaSiPM = cms.double(2.5),
19 timeMin = cms.double(-12.5),
20 timeMax = cms.double(12.5),
21 ts4chi2 = cms.vdouble(15.,15.),
22 fitTimes = cms.int32(1)