CMS 3D CMS Logo

Variables

pfPhotonTranslator_cfi Namespace Reference

Variables

tuple PFPhotonTranslator

Variable Documentation

Initial value:
00001 cms.EDProducer("PFPhotonTranslator",
00002                                     #PFCandidate = cms.InputTag("particleFlow"),
00003                                     PFCandidate = cms.InputTag("pfSelectedPhotons"),
00004                                     PFBasicClusters = cms.string("pfphot"),
00005                                     PFPreshowerClusters = cms.string("pfphot"),
00006                                     PFSuperClusters = cms.string("pfphot"),
00007                                     PFPhotonCores = cms.string("pfphot"),
00008                                     PFPhotons = cms.string("pfphot"),
00009                                     primaryVertexProducer = cms.string("offlinePrimaryVerticesWithBS"),
00010                                     isolationValues = cms.PSet(
00011                                       pfChargedHadrons = cms.InputTag('isoValPhotonWithCharged'),
00012                                       pfPhotons = cms.InputTag('isoValPhotonWithPhotons'),
00013                                       pfNeutralHadrons= cms.InputTag('isoValPhotonWithNeutral')
00014                                       ),
00015                                     barrelEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00016                                     endcapEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00017                                     hcalTowers = cms.InputTag("towerMaker"),       
00018                                     hOverEConeSize = cms.double(0.15)
00019                                     )

Definition at line 6 of file pfPhotonTranslator_cfi.py.