Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 GK5byRef = cms.EDProducer("JetPartonMatcher",
00005 jets = cms.InputTag("gk5CaloJets"),
00006 coneSizeToAssociate = cms.double(0.3),
00007 partons = cms.InputTag("myPartons")
00008 )
00009
00010
00011 GK5byValPhys = cms.EDProducer("JetFlavourIdentifier",
00012 srcByReference = cms.InputTag("GK5byRef"),
00013 physicsDefinition = cms.bool(True),
00014 leptonInfo = cms.bool(True)
00015 )
00016
00017
00018 GK5byValAlgo = cms.EDProducer("JetFlavourIdentifier",
00019 srcByReference = cms.InputTag("GK5byRef"),
00020 physicsDefinition = cms.bool(False),
00021 leptonInfo = cms.bool(True)
00022 )