Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 ttFullHadEvent = cms.EDProducer("TtFullHadEvtBuilder",
00007
00008 decayChannel1 = cms.int32(0),
00009
00010
00011
00012 decayChannel2 = cms.int32(0),
00013
00014
00015
00016
00017
00018 verbosity = cms.int32(0),
00019
00020
00021
00022 genEvent = cms.InputTag("genEvt"),
00023
00024
00025
00026
00027
00028 hypotheses = cms.vstring("ttFullHadHypGenMatch"),
00029
00030
00031
00032 kinFit = cms.PSet(
00033 chi2 = cms.InputTag("kinFitTtFullHadEventHypothesis","Chi2"),
00034 prob = cms.InputTag("kinFitTtFullHadEventHypothesis","Prob"),
00035 ),
00036
00037
00038 genMatch = cms.PSet(
00039 sumPt = cms.InputTag("ttFullHadJetPartonMatch","SumPt"),
00040 sumDR = cms.InputTag("ttFullHadJetPartonMatch","SumDR"),
00041 )
00042 )