1 = cms.PSet(MinimumChargeThreshold = cms.double(20),
2 TS4TS5ChargeThreshold = cms.double(70),
3 TS3TS4ChargeThreshold = cms.double(70),
4 TS3TS4UpperChargeThreshold = cms.double(20),
5 TS5TS6ChargeThreshold = cms.double(70),
6 TS5TS6UpperChargeThreshold = cms.double(20),
7 R45PlusOneRange = cms.double(0.2),
8 R45MinusOneRange = cms.double(0.2),
9 TrianglePeakTS = cms.uint32(4),
10 LinearThreshold = cms.vdouble(20, 100, 100000),
11 LinearCut = cms.vdouble(-3, -0.054, -0.054),
12 RMS8MaxThreshold = cms.vdouble(20, 100, 100000),
13 RMS8MaxCut = cms.vdouble(-13.5, -11.5, -11.5),
14 LeftSlopeThreshold = cms.vdouble(250, 500, 100000),
15 LeftSlopeCut = cms.vdouble(5, 2.55, 2.55),
16 RightSlopeThreshold = cms.vdouble(250, 400, 100000),
17 RightSlopeCut = cms.vdouble(5, 4.15, 4.15),
18 RightSlopeSmallThreshold = cms.vdouble(150, 200, 100000),
19 RightSlopeSmallCut = cms.vdouble(1.08, 1.16, 1.16),
20 MinimumTS4TS5Threshold = cms.double(100),
21 TS4TS5UpperThreshold = cms.vdouble(70, 90, 100, 400),
22 TS4TS5UpperCut = cms.vdouble(1, 0.8, 0.75, 0.72),
23 TS4TS5LowerThreshold = cms.vdouble(100, 120, 160, 200, 300, 500),
24 TS4TS5LowerCut = cms.vdouble(-1, -0.7, -0.5, -0.4, -0.3, 0.1),
25 UseDualFit = cms.bool(
True),
26 TriangleIgnoreSlow = cms.bool(
False))