CMS 3D CMS Logo

pfNoJet_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 pfNoJetClones = cms.EDProducer(
5  "PFCandidateFromFwdPtrProducer",
6  src = cms.InputTag("pfNoJet")
7 )