CMS 3D CMS Logo

Variables

pfIsolatedMuons_cfi Namespace Reference

Variables

tuple pfIsolatedMuons

Variable Documentation

Initial value:
00001 cms.EDFilter(
00002     "IsolatedPFCandidateSelector",
00003     src = cms.InputTag("pfSelectedMuons"),
00004     isolationValueMapsCharged = cms.VInputTag(
00005         cms.InputTag("muPFIsoValueCharged04"),
00006         ),
00007     isolationValueMapsNeutral =  cms.VInputTag(
00008         cms.InputTag("muPFIsoValueNeutral04"),
00009         cms.InputTag("muPFIsoValueGamma04")
00010         ),
00011     doDeltaBetaCorrection = cms.bool(False),
00012     deltaBetaIsolationValueMap = cms.InputTag("muPFIsoValuePU04"),
00013     deltaBetaFactor = cms.double(-0.5),
00014     ## if True isolation is relative to pT
00015     isRelative = cms.bool(True),
00016     ## if True all isoValues are combined (summed)
00017     # isCombined = cms.bool(True),
00018     ## not used when isCombined=True
00019     # non-optimised default for loose absulute isolation
00020     # isolationCuts = cms.vdouble( 10, 
00021     #                             10,
00022     #                             10 ),
00023     # not used when isCombined=False
00024     # default value for combined relative with DR={0.4,0.4,0.4}
00025     # and weight={1.,1.,1.}; optimised for Z->mu,mu
00026     isolationCut = cms.double(0.15) 
00027     )

Definition at line 4 of file pfIsolatedMuons_cfi.py.