CMS 3D CMS Logo

egammaPhotonTkIsolation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 egammaPhotonTkIsolation = cms.EDProducer("EgammaPhotonTkIsolationProducer",
00004     absolut = cms.bool(True),
00005     trackProducer = cms.InputTag("generalTracks"),
00006     intRadius = cms.double(0.0),
00007     extRadius = cms.double(0.3),
00008     ptMin = cms.double(1.5),
00009     maxVtxDist = cms.double(1.0),
00010     photonProducer = cms.InputTag("photons")
00011 )
00012 
00013 

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