1 import FWCore.ParameterSet.Config
as cms
6 ttFullHadEvent = cms.EDProducer(
"TtFullHadEvtBuilder",
8 decayChannel1 = cms.int32(0),
12 decayChannel2 = cms.int32(0),
18 verbosity = cms.int32(0),
22 genEvent = cms.InputTag(
"genEvt"),
28 hypotheses = cms.VInputTag(
"ttFullHadHypGenMatch"),
32 chi2 = cms.InputTag(
"kinFitTtFullHadEventHypothesis",
"Chi2"),
33 prob = cms.InputTag(
"kinFitTtFullHadEventHypothesis",
"Prob"),
38 sumPt = cms.InputTag(
"ttFullHadJetPartonMatch",
"SumPt"),
39 sumDR = cms.InputTag(
"ttFullHadJetPartonMatch",
"SumDR"),