00001 cms.ESProducer("CombinedMVAJetTagESProducer",
00002 useCategories = cms.bool(False),
00003 calibrationRecord = cms.string('CombinedMVA'),
00004 jetTagComputers = cms.VPSet(
00005 cms.PSet(
00006 discriminator = cms.bool(True),
00007 variables = cms.bool(False),
00008 jetTagComputer = cms.string('jetProbability')
00009 ),
00010 cms.PSet(
00011 discriminator = cms.bool(True),
00012 variables = cms.bool(False),
00013 jetTagComputer = cms.string('combinedSecondaryVertex')
00014 ),
00015 cms.PSet(
00016 discriminator = cms.bool(True),
00017 variables = cms.bool(False),
00018 jetTagComputer = cms.string('softMuon')
00019 ),
00020 cms.PSet(
00021 discriminator = cms.bool(True),
00022 variables = cms.bool(False),
00023 jetTagComputer = cms.string('softElectron')
00024 )
00025 )
00026 )