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.VInputTag("ttFullHadHypGenMatch"),
00029
00030
00031 kinFit = cms.PSet(
00032 chi2 = cms.InputTag("kinFitTtFullHadEventHypothesis","Chi2"),
00033 prob = cms.InputTag("kinFitTtFullHadEventHypothesis","Prob"),
00034 ),
00035
00036
00037 genMatch = cms.PSet(
00038 sumPt = cms.InputTag("ttFullHadJetPartonMatch","SumPt"),
00039 sumDR = cms.InputTag("ttFullHadJetPartonMatch","SumDR"),
00040 )
00041 )