Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 ttFullLepEvent = cms.EDProducer("TtFullLepEvtBuilder",
00007
00008 decayChannel1 = cms.int32(2),
00009
00010
00011
00012 decayChannel2 = cms.int32(2),
00013
00014
00015
00016
00017
00018
00019 verbosity = cms.int32(0),
00020
00021
00022
00023 genEvent = cms.InputTag("genEvt"),
00024
00025
00026
00027
00028 maxNJets = cms.int32(4),
00029
00030
00031
00032 hypotheses = cms.vstring("ttFullLepHypGenMatch",
00033 "ttFullLepHypKinSolution"
00034 ),
00035
00036
00037 kinSolution = cms.PSet(
00038 solWeight = cms.InputTag("kinSolutionTtFullLepEventHypothesis","solWeight"),
00039 wrongCharge = cms.InputTag("kinSolutionTtFullLepEventHypothesis","isWrongCharge"),
00040 ),
00041
00042
00043 genMatch = cms.PSet(
00044 sumPt = cms.InputTag("ttFullLepJetPartonMatch","SumPt"),
00045 sumDR = cms.InputTag("ttFullLepJetPartonMatch","SumDR"),
00046 ),
00047 )