WRanalysis
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Variables
python.skimEMu_cff Namespace Reference

Variables

tuple wReleMuCandidatePresel
 
tuple wRmuEleCandidatePresel
 
tuple emuwRtunePMuons
 
tuple wrTunePMuProdFilter
 
tuple wrTunePMuProdSeq
 
tuple isHighPtMuProd
 
tuple isHighPtMuProdFilter
 
tuple isHighPtMuSeq = cms.Sequence(isHighPtMuProd*isHighPtMuProdFilter)
 
tuple emuwRhardJet
 make sure the evt has at least two jets, and one has a nontrivial pT More...
 
tuple emuwRsoftJet
 
tuple emuwRdiJetCandidate
 
tuple emuwRdiJetCandidateFilter
 
tuple emuwRelectron
 select electron More...
 
tuple emuwRmuon
 select muon More...
 
tuple emuwRdiLeptonCandidate
 create di-lepton pair in signal region More...
 
tuple emuwRdiLeptonCandidateFilter
 filter: at least one di-lepton candidate in signal region More...
 
tuple emuwRdiLeptonDijetCandidate
 create an object from two jets and two electrons in the evt, and cut on its mass More...
 
tuple emuwRdiLeptonDijetCandidateFilter
 filter: require at least one LLJJ object in the evt More...
 
tuple emuwRdiLeptonSidebandCandidate
 create di-lepton pair in sideband region More...
 
tuple emuwRdiLeptonSidebandCandidateFilter
 filter: at least one di-lepton candidate in sideband region More...
 
tuple emuwRjetSelectionSeq = cms.Sequence(emuwRhardJet + emuwRsoftJet)
 di-jet selection sequence More...
 
tuple emuwRleptonSelectionSeq = cms.Sequence(emuwRelectron + emuwRmuon)
 di-lepton selection sequence More...
 
tuple emuwRdiLeptonSignalSeq = cms.Sequence(emuwRleptonSelectionSeq * emuwRdiLeptonCandidate * emuwRdiLeptonCandidateFilter)
 di-lepton selection in signal region sequence More...
 
tuple emuwRdiLeptonAndFourObjSignalSeq
 di-lepton and four object selection in signal region sequence More...
 
tuple emuwRdiLeptonSidebandSeq = cms.Sequence(emuwRleptonSelectionSeq * emuwRdiLeptonSidebandCandidate * emuwRdiLeptonSidebandCandidateFilter)
 di-lepton selection in sideband region sequence More...
 
tuple emuwRdiLeptonAndLowMassSeq
 low mass emujj selection sequence More...
 

Variable Documentation

tuple python.skimEMu_cff.emuwRdiJetCandidate
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("emuwRhardJet emuwRsoftJet"),
3  role = cms.string("leadingJet subleadingJet"),
4  checkCharge = cms.bool(False),
5  cut = cms.string("mass > 0")
6  )
tuple python.skimEMu_cff.emuwRdiJetCandidateFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("emuwRdiJetCandidate"),
3  minNumber = cms.uint32(1)
4  )
tuple python.skimEMu_cff.emuwRdiLeptonAndFourObjSignalSeq
Initial value:
1 = cms.Sequence(
2  emuwRjetSelectionSeq
3  *emuwRdiLeptonSignalSeq
4  *emuwRdiJetCandidate
5  *emuwRdiJetCandidateFilter
6  *emuwRdiLeptonDijetCandidate
7  *emuwRdiLeptonDijetCandidateFilter
8  )

di-lepton and four object selection in signal region sequence

tuple python.skimEMu_cff.emuwRdiLeptonAndLowMassSeq
Initial value:
1 = cms.Sequence(
2  emuwRjetSelectionSeq
3  *emuwRdiLeptonSignalSeq
4  *emuwRdiJetCandidate
5  *emuwRdiJetCandidateFilter
6  *emuwRdiLeptonDijetCandidate
7  *~emuwRdiLeptonDijetCandidateFilter
8  )

low mass emujj selection sequence

tuple python.skimEMu_cff.emuwRdiLeptonCandidate
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("emuwRelectron emuwRmuon"),
3  role = cms.string("leading subleading"),
4  checkCharge = cms.bool(False),
5  # the cut on the pt of the daughter is to respect the order of leading and subleading:
6  # if both electrons have pt>60 GeV there will be two di-lepton candidates with inversed order
7  #cut = cms.string("mass > 200 && daughter(0).pt>daughter(1).pt"),
8  cut = cms.string("mass > 0"),
9  )

create di-lepton pair in signal region

tuple python.skimEMu_cff.emuwRdiLeptonCandidateFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("emuwRdiLeptonCandidate"),
3  minNumber = cms.uint32(1)
4  )

filter: at least one di-lepton candidate in signal region

tuple python.skimEMu_cff.emuwRdiLeptonDijetCandidate
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("emuwRdiJetCandidate emuwRdiLeptonCandidate"),
3  role = cms.string("dijet dilepton"),
4  checkCharge = cms.bool(False),
5  cut = cms.string("mass > 500")
6  )

create an object from two jets and two electrons in the evt, and cut on its mass

tuple python.skimEMu_cff.emuwRdiLeptonDijetCandidateFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("emuwRdiLeptonDijetCandidate"),
3  minNumber = cms.uint32(1)
4  )

filter: require at least one LLJJ object in the evt

tuple python.skimEMu_cff.emuwRdiLeptonSidebandCandidate
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("emuwRelectron emuwRmuon"),
3  checkCharge = cms.bool(False),
4  cut = cms.string("0< mass < 200")
5  )

create di-lepton pair in sideband region

tuple python.skimEMu_cff.emuwRdiLeptonSidebandCandidateFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("emuwRdiLeptonSidebandCandidate"),
3  minNumber = cms.uint32(1)
4  )

filter: at least one di-lepton candidate in sideband region

tuple python.skimEMu_cff.emuwRdiLeptonSidebandSeq = cms.Sequence(emuwRleptonSelectionSeq * emuwRdiLeptonSidebandCandidate * emuwRdiLeptonSidebandCandidateFilter)

di-lepton selection in sideband region sequence

tuple python.skimEMu_cff.emuwRdiLeptonSignalSeq = cms.Sequence(emuwRleptonSelectionSeq * emuwRdiLeptonCandidate * emuwRdiLeptonCandidateFilter)

di-lepton selection in signal region sequence

tuple python.skimEMu_cff.emuwRhardJet
Initial value:
1 = cms.EDFilter("PATJetRefSelector",
2  src = cms.InputTag("slimmedJets"),
3  cut = cms.string("pt>20")
4  )

make sure the evt has at least two jets, and one has a nontrivial pT

tuple python.skimEMu_cff.emuwRjetSelectionSeq = cms.Sequence(emuwRhardJet + emuwRsoftJet)

di-jet selection sequence

tuple python.skimEMu_cff.emuwRleptonSelectionSeq = cms.Sequence(emuwRelectron + emuwRmuon)

di-lepton selection sequence

tuple python.skimEMu_cff.emuwRmuon
Initial value:
1 = cms.EDFilter("PATMuonRefSelector",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string("pt>25"),
4  )

select muon

tuple python.skimEMu_cff.emuwRsoftJet
Initial value:
1 = cms.EDFilter("PATJetRefSelector",
2  src = cms.InputTag("slimmedJets"),
3  cut = cms.string("pt>8")
4  )
tuple python.skimEMu_cff.emuwRtunePMuons
Initial value:
1 = cms.EDProducer("TunePMuonProducer",
2  src = cms.InputTag("slimmedMuons")
3  )
tuple python.skimEMu_cff.isHighPtMuProd
Initial value:
1 = cms.EDProducer("produceIsHighPtMuons",
2  src = cms.InputTag("emuwRtunePMuons"),
3  outputCollectionName = cms.string("TunePMuonsPassingIsHighPtID"),
4  minPt = cms.double(45)
5  )
tuple python.skimEMu_cff.isHighPtMuProdFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("isHighPtMuProd","TunePMuonsPassingIsHighPtID"),
3  minNumber = cms.uint32(1)
4  )
tuple python.skimEMu_cff.isHighPtMuSeq = cms.Sequence(isHighPtMuProd*isHighPtMuProdFilter)
tuple python.skimEMu_cff.wReleMuCandidatePresel
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("wRleadingElectronPresel wRsubleadingMuonPresel"),
3  role = cms.string("leading subleading"),
4  checkCharge = cms.bool(False),
5  # the cut on the pt of the daughter is to respect the order of leading and subleading:
6  # if both electrons have pt>60 GeV there will be two di-electron candidates with inversed order
7  cut = cms.string("mass > 0 && daughter(0).pt>daughter(1).pt"),
8 )
tuple python.skimEMu_cff.wRmuEleCandidatePresel
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("wRleadingMuonPresel wRsubleadingElectronPresel"),
3  role = cms.string("leading subleading"),
4  checkCharge = cms.bool(False),
5  # the cut on the pt of the daughter is to respect the order of leading and subleading:
6  # if both electrons have pt>60 GeV there will be two di-electron candidates with inversed order
7  cut = cms.string("mass > 0 && daughter(0).pt>daughter(1).pt"),
8 )
tuple python.skimEMu_cff.wrTunePMuProdFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("emuwRtunePMuons"),
3  minNumber = cms.uint32(1)
4  )
tuple python.skimEMu_cff.wrTunePMuProdSeq
Initial value:
1 = cms.Sequence(
2  emuwRtunePMuons
3  *wrTunePMuProdFilter
4  )