CMS 3D CMS Logo

Variables

pfNoElectron_cfi Namespace Reference

Variables

tuple pfNoElectron
tuple pfNoElectronJME
tuple pfNoElectronJMEClones

Variable Documentation

Initial value:
00001 cms.EDProducer(
00002     "TPPFCandidatesOnPFCandidates",
00003     enable =  cms.bool( True ),
00004     verbose = cms.untracked.bool( False ),
00005     name = cms.untracked.string("noElectron"),
00006     topCollection = cms.InputTag("pfIsolatedElectrons"),
00007     bottomCollection = cms.InputTag("pfNoMuon"),
00008 )

Definition at line 3 of file pfNoElectron_cfi.py.

Initial value:
00001 cms.EDProducer(
00002     "TPPFCandidatesOnPFCandidates",
00003     enable =  cms.bool( True ),
00004     verbose = cms.untracked.bool( False ),
00005     name = cms.untracked.string("noElectron"),
00006     topCollection = cms.InputTag("pfIsolatedElectrons"),
00007     bottomCollection = cms.InputTag("pfNoMuonJME"),
00008 )

Definition at line 13 of file pfNoElectron_cfi.py.

Initial value:
00001 cms.EDProducer("PFCandidateFromFwdPtrProducer",
00002                                        src=cms.InputTag('pfNoElectronJME')
00003                                        )

Definition at line 22 of file pfNoElectron_cfi.py.