3 L2MuonIsolations = cms.EDProducer(
"L2MuonIsolationProducer",
4 StandAloneCollectionLabel = cms.InputTag(
"L2Muons",
"UpdatedAtVtx"),
5 IsolatorPSet = cms.PSet(
6 ComponentName = cms.string(
"SimpleCutsIsolator" ),
7 ConeSizes = cms.vdouble(0.24, 0.24, 0.24, 0.24, 0.24,
8 0.24, 0.24, 0.24, 0.24, 0.24,
9 0.24, 0.24, 0.24, 0.24, 0.24,
10 0.24, 0.24, 0.24, 0.24, 0.24,
11 0.24, 0.24, 0.24, 0.24, 0.24,
13 Thresholds = cms.vdouble(5.5, 5.5, 5.9, 5.7, 5.1,
14 4.9, 5.0, 5.0, 5.1, 5.0,
15 4.8, 4.8, 4.7, 4.7, 3.5,
16 3.1, 3.5, 3.9, 3.7, 3.7,
17 3.5, 3.5, 3.2, 3.3, 3.4,
19 EtaBounds = cms.vdouble(0.0435, 0.1305, 0.2175, 0.3045, 0.3915,
20 0.4785, 0.5655, 0.6525, 0.7395, 0.8265,
21 0.9135, 1.0005, 1.0875, 1.1745, 1.2615,
22 1.3485, 1.4355, 1.5225, 1.6095, 1.6965,
23 1.785, 1.88, 1.9865, 2.1075, 2.247,
26 WriteIsolatorFloat = cms.bool(
False),
28 ExtractorPSet = cms.PSet(
29 DR_Veto_H = cms.double(0.1),
30 Vertex_Constraint_Z = cms.bool(
False),
31 Threshold_H = cms.double(0.5),
32 ComponentName = cms.string(
'CaloExtractor'),
33 Threshold_E = cms.double(0.2),
34 DR_Max = cms.double(1.0),
35 DR_Veto_E = cms.double(0.07),
36 Weight_E = cms.double(1.5),
37 Vertex_Constraint_XY = cms.bool(
False),
38 DepositLabel = cms.untracked.string(
'EcalPlusHcal'),
39 CaloTowerCollectionLabel = cms.InputTag(
"towerMaker"),
40 Weight_H = cms.double(1.0)