CMS 3D CMS Logo

pfElectrons_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfElectrons = cms.EDProducer("PFIsolation",
00004     verbose = cms.untracked.bool(False),
00005     isolation_InnerCone_DeltaR = cms.double(1e-05),
00006     PFCandidates = cms.InputTag("pfElectronsPtGt5"),
00007     PFCandidatesForIsolation = cms.InputTag("particleFlow"),
00008     isolation_Cone_DeltaR = cms.double(0.2),
00009     max_ptFraction_InCone = cms.double(1.0)
00010 )
00011 
00012 
00013 

Generated on Tue Jun 9 17:41:49 2009 for CMSSW by  doxygen 1.5.4