1 import FWCore.ParameterSet.Config
as cms
6 ttFullLepEvent = cms.EDProducer(
"TtFullLepEvtBuilder",
8 decayChannel1 = cms.int32(2),
12 decayChannel2 = cms.int32(2),
19 verbosity = cms.int32(0),
23 genEvent = cms.InputTag(
"genEvt"),
28 maxNJets = cms.int32(4),
32 hypotheses = cms.VInputTag(
"ttFullLepHypGenMatch",
33 "ttFullLepHypKinSolution"),
36 kinSolution = cms.PSet(
37 solWeight = cms.InputTag(
"kinSolutionTtFullLepEventHypothesis",
"solWeight"),
38 wrongCharge = cms.InputTag(
"kinSolutionTtFullLepEventHypothesis",
"isWrongCharge"),
43 sumPt = cms.InputTag(
"ttFullLepJetPartonMatch",
"SumPt"),
44 sumDR = cms.InputTag(
"ttFullLepJetPartonMatch",
"SumDR"),