1 import FWCore.ParameterSet.Config
as cms
6 ttSemiLepEvent = cms.EDProducer(
"TtSemiLepEvtBuilder",
8 decayChannel1 = cms.int32(2),
13 decayChannel2 = cms.int32(0),
19 verbosity = cms.int32(0),
23 genEvent = cms.InputTag(
"genEvt"),
29 hypotheses = cms.VInputTag(
"ttSemiLepHypGenMatch"),
39 chi2 = cms.InputTag(
"kinFitTtSemiLepEventHypothesis",
"Chi2"),
40 prob = cms.InputTag(
"kinFitTtSemiLepEventHypothesis",
"Prob"),
45 chi2 = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"Chi2"),
46 prob = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"Prob"),
47 mt = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"MT"),
48 sigmt = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"SigMT"),
53 sumPt = cms.InputTag(
"ttSemiLepJetPartonMatch",
"SumPt"),
54 sumDR = cms.InputTag(
"ttSemiLepJetPartonMatch",
"SumDR"),
59 meth = cms.InputTag(
"findTtSemiLepJetCombMVA",
"Method"),
60 disc = cms.InputTag(
"findTtSemiLepJetCombMVA",
"Discriminators")