CMS 3D CMS Logo

L3MuonIsolationProducerPixTE_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L3MuonIsolationProducerPixTE = cms.EDProducer("L3MuonIsolationProducer",
00004     inputMuonCollection = cms.InputTag("hltL3Muons"),
00005     CutsPSet = cms.PSet(
00006         ConeSizes = cms.vdouble(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, 0.24, 0.24, 0.24, 0.24, 
00010             0.24, 0.24, 0.24, 0.24, 0.24, 
00011             0.24),
00012         ComponentName = cms.string('SimpleCuts'),
00013         Thresholds = cms.vdouble(1.1, 1.1, 1.1, 1.1, 1.2, 
00014             1.1, 1.2, 1.1, 1.2, 1.0, 
00015             1.1, 1.0, 1.0, 1.1, 1.0, 
00016             1.0, 1.1, 0.9, 1.1, 0.9, 
00017             1.1, 1.0, 1.0, 0.9, 0.8, 
00018             0.1),
00019         maxNTracks = cms.int32(-1),
00020         EtaBounds = cms.vdouble(0.0435, 0.1305, 0.2175, 0.3045, 0.3915, 
00021             0.4785, 0.5655, 0.6525, 0.7395, 0.8265, 
00022             0.9135, 1.0005, 1.0875, 1.1745, 1.2615, 
00023             1.3485, 1.4355, 1.5225, 1.6095, 1.6965, 
00024             1.785, 1.88, 1.9865, 2.1075, 2.247, 
00025             2.411),
00026         applyCutsORmaxNTracks = cms.bool(False)
00027     ),
00028     TrackPt_Min = cms.double(-1.0),
00029     OutputMuIsoDeposits = cms.bool(True),
00030     ExtractorPSet = cms.PSet(
00031         DR_VetoPt = cms.double(0.025),
00032         Diff_z = cms.double(0.2),
00033         inputTrackCollection = cms.InputTag("hltPixelTracks"),
00034         ReferenceRadius = cms.double(6.0),
00035         BeamSpotLabel = cms.InputTag("offlineBeamSpot"),
00036         ComponentName = cms.string('PixelTrackExtractor'),
00037         DR_Max = cms.double(0.24),
00038         Diff_r = cms.double(0.1),
00039         PropagateTracksToRadius = cms.bool(True),
00040         Chi2Prob_Min = cms.double(-1.0),
00041         DR_Veto = cms.double(0.01),
00042         NHits_Min = cms.uint32(0),
00043         Chi2Ndof_Max = cms.double(1e+64),
00044         Pt_Min = cms.double(-1.0),
00045         DepositLabel = cms.untracked.string('PXLS'),
00046         BeamlineOption = cms.string('BeamSpotFromEvent'),
00047         VetoLeadingTrack = cms.bool(True),
00048         PtVeto_Min = cms.double(2.0)
00049     )
00050 )
00051 
00052 

Generated on Tue Jun 9 17:44:16 2009 for CMSSW by  doxygen 1.5.4