File indexing completed on 2024-04-06 12:26:56
0001 import FWCore.ParameterSet.Config as cms
0002 import RecoMuon.L2MuonIsolationProducer.hltL2MuonIsolations_cfi as _mod
0003
0004 hltL2MuonIsolationsCR = _mod.hltL2MuonIsolations.clone(
0005 StandAloneCollectionLabel = "L2Muons:UpdatedAtVtx",
0006 IsolatorPSet = dict(
0007 ConeSizes = [0.24, 0.24, 0.24, 0.24, 0.24,
0008 0.24, 0.24, 0.24, 0.24, 0.24,
0009 0.24, 0.24, 0.24, 0.24, 0.24,
0010 0.24, 0.24, 0.24, 0.24, 0.24,
0011 0.24, 0.24, 0.24, 0.24, 0.24,
0012 0.24],
0013 Thresholds = [5.5, 5.5, 5.9, 5.7, 5.1,
0014 4.9, 5.0, 5.0, 5.1, 5.0,
0015 4.8, 4.8, 4.7, 4.7, 3.5,
0016 3.1, 3.5, 3.9, 3.7, 3.7,
0017 3.5, 3.5, 3.2, 3.3, 3.4,
0018 3.4],
0019 EtaBounds = [0.0435, 0.1305, 0.2175, 0.3045, 0.3915,
0020 0.4785, 0.5655, 0.6525, 0.7395, 0.8265,
0021 0.9135, 1.0005, 1.0875, 1.1745, 1.2615,
0022 1.3485, 1.4355, 1.5225, 1.6095, 1.6965,
0023 1.785, 1.88, 1.9865, 2.1075, 2.247,
0024 2.411],
0025 ConeSizesRel = [0.24, 0.24, 0.24, 0.24, 0.24,
0026 0.24, 0.24, 0.24, 0.24, 0.24,
0027 0.24, 0.24, 0.24, 0.24, 0.24,
0028 0.24, 0.24, 0.24, 0.24, 0.24,
0029 0.24, 0.24, 0.24, 0.24, 0.24,
0030 0.24],
0031
0032 ThresholdsRel = [0.155, 0.155, 0.159, 0.157, 0.151,
0033 0.149, 0.150, 0.150, 0.151, 0.150,
0034 0.148, 0.148, 0.147, 0.147, 0.135,
0035 0.131, 0.135, 0.139, 0.137, 0.137,
0036 0.135, 0.135, 0.132, 0.133, 0.134,
0037 0.134],
0038 EtaBoundsRel = [0.0435, 0.1305, 0.2175, 0.3045, 0.3915,
0039 0.4785, 0.5655, 0.6525, 0.7395, 0.8265,
0040 0.9135, 1.0005, 1.0875, 1.1745, 1.2615,
0041 1.3485, 1.4355, 1.5225, 1.6095, 1.6965,
0042 1.785, 1.88, 1.9865, 2.1075, 2.247,
0043 2.411],
0044 UseRhoCorrection = False,
0045 RhoSrc = 'hltKT6CaloJets:rho',
0046 RhoMax = 9.9999999E7,
0047 ),
0048 ExtractorPSet = dict()
0049 )