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

Variables

tuple bareRecoJet
 transform objects in slimmedMETs collection into reco::Candidate objects bareMET = cms.EDFilter("CandViewSelector", src = cms.InputTag("slimmedMETs"), cut = cms.string("") ) More...
 
tuple bareRecoJetFilter
 
tuple bareRecoLepton
 
tuple bareRecoLeptonFilter
 
tuple bareRecoParticleSeq = cms.Sequence(bareRecoJet*bareRecoJetFilter*bareRecoLepton*bareRecoLeptonFilter)
 
tuple bareRecoJetLeptonDrSeparation
 these modules apply the dR separation cut btwn leptons and jets just after they are selected by the bareReco modules More...
 
tuple bareRecoJetLeptonDrSeparationFilter
 
tuple bareRecoDrSeparationSeq = cms.Sequence(bareRecoJetLeptonDrSeparation*bareRecoJetLeptonDrSeparationFilter)
 
tuple ptEtaRestrictedRecoLeptons
 apply pT and eta cuts to the bare reco::Candidate leptons and jets More...
 
tuple ptEtaRestrictedRecoLeptonsFilter
 
tuple ptEtaRestrictedLeadRecoLepton
 
tuple ptEtaRestrictedLeadRecoLeptonFilter
 
tuple ptEtaRestrictedRecoJets
 
tuple ptEtaRestrictedRecoJetsFilter
 
tuple ptEtaRestrictedSeq
 
tuple recoDileptonCandidate
 end modules which apply pT and eta cuts to lepton and jets More...
 
tuple recoDileptonCandidateFilter
 
tuple recoDileptonCandidateSeq = cms.Sequence(recoDileptonCandidate*recoDileptonCandidateFilter)
 
tuple recoFourObjMass
 end modules which apply dilepton mass cut to reco leptons More...
 
tuple recoFourObjMassLeptonsFilter
 
tuple recoFourObjMassJetsFilter
 
tuple recoFourObjMassSeq
 

Variable Documentation

tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoDrSeparationSeq = cms.Sequence(bareRecoJetLeptonDrSeparation*bareRecoJetLeptonDrSeparationFilter)
tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoJet
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("slimmedJets"),
3  cut = cms.string("pt>40 && abs(eta) < 2.5 && (neutralHadronEnergyFraction<0.90 && neutralEmEnergyFraction<0.9 && (chargedMultiplicity+neutralMultiplicity)>1 && muonEnergyFraction<0.8) && ((abs(eta)<=2.4 && chargedHadronEnergyFraction>0 && chargedMultiplicity>0 && chargedEmEnergyFraction<0.90) || abs(eta)>2.4) ")
4  )

transform objects in slimmedMETs collection into reco::Candidate objects bareMET = cms.EDFilter("CandViewSelector", src = cms.InputTag("slimmedMETs"), cut = cms.string("") )

bareMETFilter = cms.EDFilter("CandViewCountFilter", src = cms.InputTag("bareMET"), minNumber = cms.uint32(0) )

bareMETSeq = cms.Sequence(bareMET*bareMETFilter) transform the objects in slimmedJets and slimmedElectrons into reco::Candidate objects

tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoJetFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("bareRecoJet"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoJetLeptonDrSeparation
Initial value:
1 = cms.EDProducer("applyLeptonJetDrCut",
2  outputLeptonsCollectionName = cms.string("bareLeptonsPassingDrSeparationCut"),
3  outputJetsCollectionName = cms.string("leadingBareJets"),
4  minDrSeparation = cms.double(0.4),
5  inputJetsCollTag = cms.InputTag("bareRecoJet"),
6  inputLeptonsCollTag = cms.InputTag("bareRecoLepton"),
7  minDileptonMassCut = cms.double(-1),
8  )

these modules apply the dR separation cut btwn leptons and jets just after they are selected by the bareReco modules

tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoJetLeptonDrSeparationFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("bareRecoJetLeptonDrSeparation","bareLeptonsPassingDrSeparationCut"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoLepton
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("HEEPIDSelector"),
3  cut = cms.string("pt > 40")
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoLeptonFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("bareRecoLepton"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.bareRecoParticleSeq = cms.Sequence(bareRecoJet*bareRecoJetFilter*bareRecoLepton*bareRecoLeptonFilter)
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedLeadRecoLepton
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("ptEtaRestrictedRecoLeptons"),
3  cut = cms.string("pt>60")
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedLeadRecoLeptonFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("ptEtaRestrictedLeadRecoLepton"),
3  minNumber = cms.uint32(1)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedRecoJets
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("bareRecoJetLeptonDrSeparation","leadingBareJets"),
3  cut = cms.string("abs(eta) < 2.5 && pt>40")
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedRecoJetsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("ptEtaRestrictedRecoJets"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedRecoLeptons
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("bareRecoJetLeptonDrSeparation","bareLeptonsPassingDrSeparationCut"),
3  cut = cms.string("abs(eta) < 2.5 && pt>40")
4  )

apply pT and eta cuts to the bare reco::Candidate leptons and jets

tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedRecoLeptonsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("ptEtaRestrictedRecoLeptons"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.ptEtaRestrictedSeq
Initial value:
1 = cms.Sequence(
2  ptEtaRestrictedRecoLeptons
3  *ptEtaRestrictedRecoLeptonsFilter
4  *ptEtaRestrictedLeadRecoLepton
5  *ptEtaRestrictedLeadRecoLeptonFilter
6  *ptEtaRestrictedRecoJets
7  *ptEtaRestrictedRecoJetsFilter
8  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoDileptonCandidate
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("ptEtaRestrictedLeadRecoLepton ptEtaRestrictedRecoLeptons"),
3  role = cms.string("leadingLepton subleadingLepton"),
4  checkCharge = cms.bool(False),
5  cut = cms.string("mass > 200 && daughter(0).pt > daughter(1).pt")
6  )

end modules which apply pT and eta cuts to lepton and jets

these modules apply the dilepton mass cut to matched reco leptons

tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoDileptonCandidateFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("recoDileptonCandidate"),
3  minNumber = cms.uint32(1)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoDileptonCandidateSeq = cms.Sequence(recoDileptonCandidate*recoDileptonCandidateFilter)
tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoFourObjMass
Initial value:
1 = cms.EDProducer("applyFourObjMassCut",
2  outputJetsCollectionName = cms.string("leadingJetsPassingFourObjMassCut"),
3  outputLeptonsCollectionName = cms.string("leadingLeptonsPassingFourObjMassCut"),
4  minFourObjMassCut = cms.double(600.0),
5  minDileptonMassCut = cms.double(200.0),
6  inputJetsCollTag = cms.InputTag("ptEtaRestrictedRecoJets"),
7  inputLeptonsCollTag = cms.InputTag("ptEtaRestrictedRecoLeptons")
8  )

end modules which apply dilepton mass cut to reco leptons

these modules apply the four object inv mass cut if the two leading leptons and jets satisfy the four obj inv mass cut, then the producer adds two new collections - one for the two leptons, the other for the two jets - to the event if these two collections exist, and two objects exist in each collection, then the four obj mass cut is satisfied

tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoFourObjMassJetsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("recoFourObjMass","leadingJetsPassingFourObjMassCut"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoFourObjMassLeptonsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("recoFourObjMass","leadingLeptonsPassingFourObjMassCut"),
3  minNumber = cms.uint32(2)
4  )
tuple python.recoElectronChannelSignalUnmatchedModules_cff.recoFourObjMassSeq
Initial value:
1 = cms.Sequence(
2  recoFourObjMass
3  *recoFourObjMassLeptonsFilter
4  *recoFourObjMassJetsFilter
5  )