Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 ttSemiLepEvent = cms.EDProducer("TtSemiLepEvtBuilder",
00007
00008 decayChannel1 = cms.int32(2),
00009
00010
00011
00012
00013 decayChannel2 = cms.int32(0),
00014
00015
00016
00017
00018
00019 verbosity = cms.int32(0),
00020
00021
00022
00023 genEvent = cms.InputTag("genEvt"),
00024
00025
00026
00027
00028
00029 hypotheses = cms.vstring("ttSemiLepHypGenMatch"),
00030
00031
00032
00033
00034
00035
00036 kinFit = cms.PSet(
00037 chi2 = cms.InputTag("kinFitTtSemiLepEventHypothesis","Chi2"),
00038 prob = cms.InputTag("kinFitTtSemiLepEventHypothesis","Prob"),
00039 ),
00040
00041
00042 hitFit = cms.PSet(
00043 chi2 = cms.InputTag("hitFitTtSemiLepEventHypothesis","Chi2"),
00044 prob = cms.InputTag("hitFitTtSemiLepEventHypothesis","Prob"),
00045 mt = cms.InputTag("hitFitTtSemiLepEventHypothesis","MT"),
00046 sigmt = cms.InputTag("hitFitTtSemiLepEventHypothesis","SigMT"),
00047 ),
00048
00049
00050 genMatch = cms.PSet(
00051 sumPt = cms.InputTag("ttSemiLepJetPartonMatch","SumPt"),
00052 sumDR = cms.InputTag("ttSemiLepJetPartonMatch","SumDR"),
00053 ),
00054
00055
00056 mvaDisc = cms.PSet(
00057 meth = cms.InputTag("findTtSemiLepJetCombMVA","Method"),
00058 disc = cms.InputTag("findTtSemiLepJetCombMVA","Discriminators")
00059 )
00060 )