CMS 3D CMS Logo

Variables

goldenZmmSelectionVBTF_cfi Namespace Reference

Variables

tuple goldenZmmSelectionSequence
tuple goodMuons
tuple zmmCands
tuple zmmFilter
tuple zmmHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Variable Documentation

Initial value:
00001 cms.Sequence(
00002      zmmHLTFilter *
00003      goodMuons *
00004      zmmCands*zmmFilter
00005 )

Definition at line 31 of file goldenZmmSelectionVBTF_cfi.py.

Initial value:
00001 cms.EDFilter("MuonViewRefSelector",
00002   src = cms.InputTag("muons"),
00003   cut = cms.string('pt>20. && abs(eta)<2.1 && isGlobalMuon=1 && isTrackerMuon=1 && abs(globalTrack().dxy)<0.2 && globalTrack().normalizedChi2<10 && globalTrack().hitPattern().numberOfValidTrackerHits>10 && globalTrack().hitPattern().numberOfValidMuonHits>0 && globalTrack().hitPattern().numberOfValidPixelHits>0 && numberOfMatches>1 && (isolationR03().sumPt+isolationR03().emEt+isolationR03().hadEt)<0.15*pt'),
00004   filter = cms.bool(True)
00005 )

Definition at line 13 of file goldenZmmSelectionVBTF_cfi.py.

Referenced by MuonFromPVSelector::produce().

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002     checkCharge = cms.bool(True),
00003     cut = cms.string('mass>60 && mass<120 && charge=0'),
00004     decay = cms.string("goodMuons@+ goodMuons@-")
00005 )

Definition at line 20 of file goldenZmmSelectionVBTF_cfi.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002     src = cms.InputTag("zmmCands"),
00003     minNumber = cms.uint32(1)
00004 )

Definition at line 25 of file goldenZmmSelectionVBTF_cfi.py.

tuple goldenZmmSelectionVBTF_cfi::zmmHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Definition at line 7 of file goldenZmmSelectionVBTF_cfi.py.