CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/L2MuonIsolationProducer/python/hltL2MuonIsolationsCR_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltL2MuonIsolationsCR = cms.EDProducer("L2MuonIsolationProducer",
00004     StandAloneCollectionLabel = cms.InputTag("L2Muons","UpdatedAtVtx"),
00005     IsolatorPSet = cms.PSet( 
00006       ComponentName = cms.string( "CutsIsolatorWithCorrection" ),
00007       ConeSizes = cms.vdouble(0.24, 0.24, 0.24, 0.24, 0.24, 
00008         0.24, 0.24, 0.24, 0.24, 0.24, 
00009         0.24, 0.24, 0.24, 0.24, 0.24, 
00010         0.24, 0.24, 0.24, 0.24, 0.24, 
00011         0.24, 0.24, 0.24, 0.24, 0.24, 
00012         0.24),
00013       Thresholds = cms.vdouble(5.5, 5.5, 5.9, 5.7, 5.1, 
00014         4.9, 5.0, 5.0, 5.1, 5.0, 
00015         4.8, 4.8, 4.7, 4.7, 3.5, 
00016         3.1, 3.5, 3.9, 3.7, 3.7, 
00017         3.5, 3.5, 3.2, 3.3, 3.4, 
00018         3.4),
00019       EtaBounds = cms.vdouble(0.0435, 0.1305, 0.2175, 0.3045, 0.3915, 
00020         0.4785, 0.5655, 0.6525, 0.7395, 0.8265, 
00021         0.9135, 1.0005, 1.0875, 1.1745, 1.2615, 
00022         1.3485, 1.4355, 1.5225, 1.6095, 1.6965, 
00023         1.785, 1.88, 1.9865, 2.1075, 2.247, 
00024         2.411),
00025       ConeSizesRel = cms.vdouble(0.24, 0.24, 0.24, 0.24, 0.24, 
00026         0.24, 0.24, 0.24, 0.24, 0.24, 
00027         0.24, 0.24, 0.24, 0.24, 0.24, 
00028         0.24, 0.24, 0.24, 0.24, 0.24, 
00029         0.24, 0.24, 0.24, 0.24, 0.24, 
00030         0.24),
00031 #some mild nonsense numbers
00032       ThresholdsRel = cms.vdouble(0.155, 0.155, 0.159, 0.157, 0.151, 
00033         0.149, 0.150, 0.150, 0.151, 0.150, 
00034         0.148, 0.148, 0.147, 0.147, 0.135, 
00035         0.131, 0.135, 0.139, 0.137, 0.137, 
00036         0.135, 0.135, 0.132, 0.133, 0.134, 
00037         0.134),
00038       EtaBoundsRel = cms.vdouble(0.0435, 0.1305, 0.2175, 0.3045, 0.3915, 
00039         0.4785, 0.5655, 0.6525, 0.7395, 0.8265, 
00040         0.9135, 1.0005, 1.0875, 1.1745, 1.2615, 
00041         1.3485, 1.4355, 1.5225, 1.6095, 1.6965, 
00042         1.785, 1.88, 1.9865, 2.1075, 2.247, 
00043         2.411),
00044       CutAbsoluteIso = cms.bool(True),
00045       CutRelativeIso = cms.bool(False),
00046       UseRhoCorrection = cms.bool(False),
00047       RhoSrc = cms.InputTag('hltKT6CaloJets','rho'),
00048       RhoMax = cms.double(9.9999999E7),
00049       RhoScaleBarrel = cms.double(1.0),
00050       RhoScaleEndcap = cms.double(1.0),
00051       EffAreaSFBarrel = cms.double(1.0),
00052       EffAreaSFEndcap = cms.double(1.0),
00053 #only one should be on 
00054       ReturnAbsoluteSum = cms.bool(True),
00055       ReturnRelativeSum = cms.bool(False),
00056       AndOrCuts = cms.bool(True)
00057     ),
00058     WriteIsolatorFloat = cms.bool(False),
00059 #    OutputMuIsoDeposits = cms.bool(True),
00060     ExtractorPSet = cms.PSet(
00061         DR_Veto_H = cms.double(0.1),
00062         Vertex_Constraint_Z = cms.bool(False),
00063         Threshold_H = cms.double(0.5),
00064         ComponentName = cms.string('CaloExtractor'),
00065         Threshold_E = cms.double(0.2),
00066         DR_Max = cms.double(1.0),
00067         DR_Veto_E = cms.double(0.07),
00068         Weight_E = cms.double(1.5),
00069         Vertex_Constraint_XY = cms.bool(False),
00070         DepositLabel = cms.untracked.string('EcalPlusHcal'),
00071         CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
00072         Weight_H = cms.double(1.0)
00073     )
00074 )
00075 
00076 
00077