CMS 3D CMS Logo

Variables

ZMuMuGolden_cfi Namespace Reference

Variables

tuple dimuonsFilter
tuple dimuonsHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
tuple ewkZMuMuGoldenSequence
tuple goodGlobalMuons
 muons for ZMuMu #
tuple goodZToMuMuAtLeast1HLT
 ZMuMu: at least one HLT trigger match.
tuple zmmCands
 combiner module #
tuple zSelection
 trigger mathching, optional #######

Variable Documentation

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

Definition at line 27 of file ZMuMuGolden_cfi.py.

tuple ZMuMuGolden_cfi::dimuonsHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Definition at line 38 of file ZMuMuGolden_cfi.py.

Initial value:
00001 cms.Sequence(
00002     goodGlobalMuons 
00003 # one may want to disregard the HLT filter
00004     # * dimuonsHLTFilter   
00005     * zmmCands 
00006     * dimuonsFilter 
00007 # one may want to disregard the HLT matching
00008     # * goodZToMuMuAtLeast1HLT 
00009 )

Definition at line 76 of file ZMuMuGolden_cfi.py.

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

muons for ZMuMu #

Definition at line 9 of file ZMuMuGolden_cfi.py.

Initial value:
00001 cms.EDFilter(
00002     "ZGoldenSelectorAndFilter",
00003     zSelection,
00004     TrigTag = cms.InputTag("TriggerResults::HLT"),
00005     triggerEvent = cms.InputTag( "hltTriggerSummaryAOD::HLT" ),
00006     src = cms.InputTag("zmmCands"),
00007     condition =cms.string("atLeastOneMatched"),
00008     hltPath = cms.string("HLT_Mu9"),
00009     L3FilterName= cms.string("hltSingleMu9L3Filtered9"),
00010     maxDPtRel = cms.double( 1.0 ),
00011     maxDeltaR = cms.double( 0.2 ),
00012     filter = cms.bool(True) 
00013 )

ZMuMu: at least one HLT trigger match.

Definition at line 59 of file ZMuMuGolden_cfi.py.

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

combiner module #

Definition at line 19 of file ZMuMuGolden_cfi.py.

Initial value:
00001 cms.PSet(
00002 ## cut already implemented, but one could add more (e.g. massMin, massMax,... change the pt or eta cut....)
00003     cut = cms.string("charge = 0 & daughter(0).pt > 20 & daughter(1).pt > 20 & abs(daughter(0).eta)<2.1 & abs(daughter(1).eta)<2.1 & mass > 60"),
00004     )

trigger mathching, optional #######

Definition at line 52 of file ZMuMuGolden_cfi.py.