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.VInputTag("ttSemiLepHypGenMatch"),
00030
00031
00032
00033
00034
00035
00036
00037
00038 kinFit = cms.PSet(
00039 chi2 = cms.InputTag("kinFitTtSemiLepEventHypothesis","Chi2"),
00040 prob = cms.InputTag("kinFitTtSemiLepEventHypothesis","Prob"),
00041 ),
00042
00043
00044 hitFit = cms.PSet(
00045 chi2 = cms.InputTag("hitFitTtSemiLepEventHypothesis","Chi2"),
00046 prob = cms.InputTag("hitFitTtSemiLepEventHypothesis","Prob"),
00047 mt = cms.InputTag("hitFitTtSemiLepEventHypothesis","MT"),
00048 sigmt = cms.InputTag("hitFitTtSemiLepEventHypothesis","SigMT"),
00049 ),
00050
00051
00052 genMatch = cms.PSet(
00053 sumPt = cms.InputTag("ttSemiLepJetPartonMatch","SumPt"),
00054 sumDR = cms.InputTag("ttSemiLepJetPartonMatch","SumDR"),
00055 ),
00056
00057
00058 mvaDisc = cms.PSet(
00059 meth = cms.InputTag("findTtSemiLepJetCombMVA","Method"),
00060 disc = cms.InputTag("findTtSemiLepJetCombMVA","Discriminators")
00061 )
00062 )