3 HcalNoiseParameterSet = cms.PSet(
5 minRecHitE = cms.double(1.5),
6 minLowHitE = cms.double(10.0),
7 minHighHitE = cms.double(25.0),
10 pMinERatio = cms.double(25.0),
11 pMinEZeros = cms.double(5.0),
12 pMinEEMF = cms.double(10.0),
15 minERatio = cms.double(50.0),
16 minEZeros = cms.double(10.0),
17 minEEMF = cms.double(50.0),
20 pMinE = cms.double(40.0),
21 pMinRatio = cms.double(0.75),
22 pMaxRatio = cms.double(0.85),
23 pMinHPDHits = cms.int32(10),
24 pMinRBXHits = cms.int32(20),
25 pMinHPDNoOtherHits = cms.int32(7),
26 pMinZeros = cms.int32(4),
27 pMinLowEHitTime = cms.double(-6.0),
28 pMaxLowEHitTime = cms.double(6.0),
29 pMinHighEHitTime = cms.double(-4.0),
30 pMaxHighEHitTime = cms.double(5.0),
31 pMaxHPDEMF = cms.double(0.02),
32 pMaxRBXEMF = cms.double(0.02),
35 lMinRatio = cms.double(-999.),
36 lMaxRatio = cms.double(999.),
37 lMinHPDHits = cms.int32(17),
38 lMinRBXHits = cms.int32(999),
39 lMinHPDNoOtherHits = cms.int32(10),
40 lMinZeros = cms.int32(10),
41 lMinLowEHitTime = cms.double(-9999.0),
42 lMaxLowEHitTime = cms.double(9999.0),
43 lMinHighEHitTime = cms.double(-9999.0),
44 lMaxHighEHitTime = cms.double(9999.0),
47 tMinRatio = cms.double(-999.),
48 tMaxRatio = cms.double(999.),
49 tMinHPDHits = cms.int32(16),
50 tMinRBXHits = cms.int32(50),
51 tMinHPDNoOtherHits = cms.int32(9),
52 tMinZeros = cms.int32(8),
53 tMinLowEHitTime = cms.double(-9999.0),
54 tMaxLowEHitTime = cms.double(9999.0),
55 tMinHighEHitTime = cms.double(-7.0),
56 tMaxHighEHitTime = cms.double(6.0),
59 hlMaxHPDEMF = cms.double(-9999.0),
60 hlMaxRBXEMF = cms.double(0.01),
63 calibdigiHBHEthreshold = cms.double(15),
64 calibdigiHBHEtimeslices=cms.vint32(3,4,5,6),
65 calibdigiHFthreshold = cms.double(-999),
66 calibdigiHFtimeslices=cms.vint32(0,1,2,3,4,5,6,7,8,9),
70 TS4TS5EnergyThreshold = cms.double(50),
71 TS4TS5UpperThreshold = cms.vdouble(70, 90, 100, 400, 4000),
72 TS4TS5UpperCut = cms.vdouble(1, 0.8, 0.75, 0.72, 0.72),
73 TS4TS5LowerThreshold = cms.vdouble(100, 120, 150, 200, 300, 400, 500),
74 TS4TS5LowerCut = cms.vdouble(-1, -0.7, -0.4, -0.2, -0.08, 0, 0.1)
78 hcalnoise = cms.EDProducer(
79 'HcalNoiseInfoProducer',
82 HcalNoiseParameterSet,
85 fillDigis = cms.bool(
True),
86 fillRecHits = cms.bool(
True),
87 fillCaloTowers = cms.bool(
True),
88 fillTracks = cms.bool(
True),
93 maxProblemRBXs = cms.int32(20),
96 maxCaloTowerIEta = cms.int32(20),
97 maxTrackEta = cms.double(2.0),
98 minTrackPt = cms.double(1.0),
101 digiCollName = cms.string(
'hcalDigis'),
102 recHitCollName = cms.string(
'hbhereco'),
103 caloTowerCollName = cms.string(
'towerMaker'),
104 trackCollName = cms.string(
'generalTracks'),
107 HcalAcceptSeverityLevel = cms.uint32(9),
110 HcalRecHitFlagsToBeExcluded = cms.vint32(11, 12, 13, 14, 15),