00001 import FWCore.ParameterSet.Config as cms 00002 00003 L2MuonIsolations = cms.EDProducer("L2MuonIsolationProducer", 00004 ConeSizes = cms.vdouble(0.24, 0.24, 0.24, 0.24, 0.24, 00005 0.24, 0.24, 0.24, 0.24, 0.24, 00006 0.24, 0.24, 0.24, 0.24, 0.24, 00007 0.24, 0.24, 0.24, 0.24, 0.24, 00008 0.24, 0.24, 0.24, 0.24, 0.24, 00009 0.24), 00010 Thresholds = cms.vdouble(5.5, 5.5, 5.9, 5.7, 5.1, 00011 4.9, 5.0, 5.0, 5.1, 5.0, 00012 4.8, 4.8, 4.7, 4.7, 3.5, 00013 3.1, 3.5, 3.9, 3.7, 3.7, 00014 3.5, 3.5, 3.2, 3.3, 3.4, 00015 3.4), 00016 StandAloneCollectionLabel = cms.InputTag("L2Muons","UpdatedAtVtx"), 00017 OutputMuIsoDeposits = cms.bool(True), 00018 EtaBounds = cms.vdouble(0.0435, 0.1305, 0.2175, 0.3045, 0.3915, 00019 0.4785, 0.5655, 0.6525, 0.7395, 0.8265, 00020 0.9135, 1.0005, 1.0875, 1.1745, 1.2615, 00021 1.3485, 1.4355, 1.5225, 1.6095, 1.6965, 00022 1.785, 1.88, 1.9865, 2.1075, 2.247, 00023 2.411), 00024 ExtractorPSet = cms.PSet( 00025 DR_Veto_H = cms.double(0.1), 00026 Vertex_Constraint_Z = cms.bool(False), 00027 Threshold_H = cms.double(0.5), 00028 ComponentName = cms.string('CaloExtractor'), 00029 Threshold_E = cms.double(0.2), 00030 DR_Max = cms.double(1.0), 00031 DR_Veto_E = cms.double(0.07), 00032 Weight_E = cms.double(1.5), 00033 Vertex_Constraint_XY = cms.bool(False), 00034 DepositLabel = cms.untracked.string('EcalPlusHcal'), 00035 CaloTowerCollectionLabel = cms.InputTag("towerMaker"), 00036 Weight_H = cms.double(1.0) 00037 ) 00038 ) 00039 00040