CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
SelectingProcedure_cff Namespace Reference

Variables

tuple doubleMuonHLTTrigger
 Trigger requirements. More...
 
tuple makePatMuonsZmumuSelection
 
tuple patMuonsAfterID = patMuonsAfterLooseID.clone()
 
tuple patMuonsAfterKinCuts
 Muon selection. More...
 
tuple patMuonsAfterLooseID
 
tuple patMuonsAfterMediumID
 
tuple patMuonsAfterTightID
 
tuple selectedMuonsForEmbedding
 
tuple ZmumuCandidates
 
tuple ZmumuCandidatesFilter
 

Variable Documentation

tuple SelectingProcedure_cff.doubleMuonHLTTrigger
Initial value:
1 = cms.EDFilter("TriggerResultsFilter",
2  hltResults = cms.InputTag("TriggerResults","","HLT"),
3  l1tResults = cms.InputTag(""),
4  throw = cms.bool(False),
5  triggerConditions = cms.vstring("HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_v* OR HLT_Mu17_TrkIsoVVL_TkMu8_TrkIsoVVL_DZ_v*")
6 )

Trigger requirements.

Definition at line 9 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.makePatMuonsZmumuSelection
Initial value:
1 = cms.Sequence(
2  doubleMuonHLTTrigger
3  + patMuonsAfterKinCuts
4  + patMuonsAfterID
5  + ZmumuCandidates
6  + ZmumuCandidatesFilter
7  + selectedMuonsForEmbedding
8 )

Definition at line 74 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.patMuonsAfterID = patMuonsAfterLooseID.clone()

Definition at line 55 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.patMuonsAfterKinCuts
Initial value:
1 = cms.EDFilter("PATMuonSelector",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string("pt > 8 && abs(eta) < 2.5"),
4  filter = cms.bool(True)
5 )

Muon selection.

Definition at line 19 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.patMuonsAfterLooseID
Initial value:
1 = cms.EDFilter("PATMuonSelector",
2  src = cms.InputTag("patMuonsAfterKinCuts"),
3  cut = cms.string("isLooseMuon"),
4  filter = cms.bool(True)
5 )

Definition at line 49 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.patMuonsAfterMediumID
Initial value:
1 = cms.EDFilter("PATMuonSelector",
2  src = cms.InputTag("patMuonsAfterKinCuts"),
3  cut = cms.string("isMediumMuon"),
4  filter = cms.bool(True)
5 )

Definition at line 43 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.patMuonsAfterTightID
Initial value:
1 = cms.EDFilter("PATMuonSelector",
2  src = cms.InputTag("patMuonsAfterKinCuts"),
3  cut = cms.string(
4  "isPFMuon && isGlobalMuon"
5  " && muonID('GlobalMuonPromptTight')"
6  " && numberOfMatchedStations > 1"
7  " && innerTrack.hitPattern.trackerLayersWithMeasurement > 5"
8  " && innerTrack.hitPattern.numberOfValidPixelHits > 0"
9  " && dB < 0.2"
10  ),
11  filter = cms.bool(True)
12 )

Definition at line 30 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.selectedMuonsForEmbedding
Initial value:
1 = cms.EDProducer("MuMuForEmbeddingSelector",
2  ZmumuCandidatesCollection = cms.InputTag("ZmumuCandidates")
3 )

Definition at line 70 of file SelectingProcedure_cff.py.

tuple SelectingProcedure_cff.ZmumuCandidates
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(True),
3  # require one of the muons with pT > 17 GeV, and an invariant mass > 20 GeV
4  cut = cms.string('charge = 0 & max(daughter(0).pt, daughter(1).pt) > 17 & mass > 20 & daughter(0).isGlobalMuon & daughter(1).isGlobalMuon'),
5  decay = cms.string("patMuonsAfterID@+ patMuonsAfterID@-")
6 )

Definition at line 57 of file SelectingProcedure_cff.py.

Referenced by MuMuForEmbeddingSelector.produce().

tuple SelectingProcedure_cff.ZmumuCandidatesFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("ZmumuCandidates"),
3  minNumber = cms.uint32(1),
4 )

Definition at line 65 of file SelectingProcedure_cff.py.