Variables | |
tuple | TtFullHadHypGenMatch |
00001 cms.EDProducer("TtFullHadHypGenMatch", 00002 ## jet input 00003 jets = cms.InputTag("selectedPatJets"), 00004 ## gen match hypothesis input 00005 match = cms.InputTag("ttFullHadJetPartonMatch"), 00006 ## specify jet correction level as, Uncorrected, L1Offset, L2Relative, L3Absolute, L4Emf, 00007 ## L5Hadron, L6UE, L7Parton, a flavor specification will be added automatically, when chosen 00008 jetCorrectionLevel = cms.string("L3Absolute") 00009 )
Definition at line 6 of file TtFullHadHypGenMatch_cfi.py.