CMS 3D CMS Logo

Variables

pfIsolatedElectrons_cfi Namespace Reference

Variables

tuple pfIsolatedElectrons

Variable Documentation

Initial value:
00001 cms.EDFilter(
00002     "IsolatedPFCandidateSelector",
00003     src = cms.InputTag("pfSelectedElectrons"),
00004     isolationValueMaps = cms.VInputTag(
00005         cms.InputTag("isoValElectronWithCharged"),
00006         cms.InputTag("isoValElectronWithNeutral"),
00007         cms.InputTag("isoValElectronWithPhotons")
00008        ),
00009     ## if True isolation is relative to pT
00010     isRelative = cms.bool(True),
00011     ## if True all isoValues are combined (summed)
00012     isCombined = cms.bool(True),
00013     ## not used when isCombined=True
00014     # non-optimised default for loose absulute isolation
00015     isolationCuts = cms.vdouble( 10,
00016                                  10,
00017                                  10 ),
00018     ## not used when isCombined=False
00019     # default value for combined relative with DR={0.4,0.4,0.4}
00020     # and weight={1.,1.,1.}; no optimal value found, yet.
00021     combinedIsolationCut = cms.double(0.2)
00022     )

Definition at line 3 of file pfIsolatedElectrons_cfi.py.