00001 import FWCore.ParameterSet.Config as cms 00002 00003 # select the partons for Jet MC Flavour 00004 myPartons = cms.EDFilter("PartonSelector", 00005 withLeptons = cms.bool(False) 00006 ) 00007 00008