CMS 3D CMS Logo

Variables

L1MuonRecoAnalysis_cff Namespace Reference

Variables

tuple L1AnalyzerMuonReco
tuple L1MuonRecoAnalysis = cms.Sequence(RecoMuonSelection+L1MuonSelection*MatchMuonsReco+MatchRecoMuons*L1AnalyzerMuonReco)
tuple MatchMuonsReco
tuple MatchRecoMuons

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("L1Analyzer",
00002     histoLimits,
00003     EffMatchMapSource = cms.untracked.InputTag("MatchRecoMuons"),
00004     ReferenceSource = cms.untracked.InputTag("SelectRecoMuons"),
00005     CandidateSource = cms.untracked.InputTag("SelectL1Muons"),
00006     ResMatchMapSource = cms.untracked.InputTag("MatchMuonsReco")
00007 )

Definition at line 26 of file L1MuonRecoAnalysis_cff.py.

tuple L1MuonRecoAnalysis_cff::L1MuonRecoAnalysis = cms.Sequence(RecoMuonSelection+L1MuonSelection*MatchMuonsReco+MatchRecoMuons*L1AnalyzerMuonReco)

Definition at line 35 of file L1MuonRecoAnalysis_cff.py.

Initial value:
00001 cms.EDFilter("TrivialDeltaRMatcher",
00002     src = cms.InputTag("SelectL1Muons"),
00003     distMin = cms.double(0.5),
00004     matched = cms.InputTag("SelectRecoMuons")
00005 )

Definition at line 12 of file L1MuonRecoAnalysis_cff.py.

Initial value:
00001 cms.EDFilter("TrivialDeltaRMatcher",
00002     src = cms.InputTag("SelectRecoMuons"),
00003     distMin = cms.double(0.5),
00004     matched = cms.InputTag("SelectL1Muons")
00005 )

Definition at line 19 of file L1MuonRecoAnalysis_cff.py.