CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/JetMCAlgos/python/GK5CaloJetsMCFlavour_cff.py

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