CMS 3D CMS Logo

Variables

TtSemiLepHypHitFit_cfi Namespace Reference

Variables

tuple TtSemiLepHypHitFit

Variable Documentation

Initial value:
00001 cms.EDProducer("TtSemiLepHypHitFit",
00002     ## met input
00003     mets  = cms.InputTag("patMETs"),
00004     ## jet input
00005     jets  = cms.InputTag("selectedPatJetsAK5PF"),
00006     ## lepton input                    
00007     leps  = cms.InputTag("selectedPatMuons"),
00008     ## kin fit results
00009     match       = cms.InputTag("hitFitTtSemiLepEventHypothesis"),
00010     status      = cms.InputTag("hitFitTtSemiLepEventHypothesis","Status"),
00011     Leptons     = cms.InputTag("hitFitTtSemiLepEventHypothesis","Leptons"),
00012     neutrinos   = cms.InputTag("hitFitTtSemiLepEventHypothesis","Neutrinos"),                                    
00013     partonsHadP = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadP"),
00014     partonsHadQ = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadQ"),
00015     partonsHadB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadB"),
00016     partonsLepB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsLepB"),
00017     ## number of considered jets
00018     nJetsConsidered = cms.InputTag("hitFitTtSemiLepEventHypothesis","NumberOfConsideredJets")
00019 )

Definition at line 6 of file TtSemiLepHypHitFit_cfi.py.