WRanalysis
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Namespaces | Variables
selections_cff.py File Reference

Namespaces

 python.selections_cff
 

Variables

int python.selections_cff.leadingPt = 60
 
int python.selections_cff.subleadingPt = 50
 
int python.selections_cff.miniTreeLeptonPt = 40
 
float python.selections_cff.maxEtaLeptons = 2.4
 
int python.selections_cff.jetPt = 20
 
string python.selections_cff.jetID = " (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)"
 need the reference for this selection, with link to the presentation and twiki page More...
 
string python.selections_cff.muonIDIso = ' isolationR03().sumPt/pt < 0.1 && userInt("highPtID") == 1'
 
tuple python.selections_cff.wRtightJets
 select tight-ID jets More...
 
tuple python.selections_cff.wRJets
 
tuple python.selections_cff.wRJECUncert
 
tuple python.selections_cff.wRJetFilter
 
tuple python.selections_cff.wRdiJetCandidate
 
tuple python.selections_cff.jetSelectionSeq = cms.Sequence( wRtightJets * wRJets * wRJECUncert )
 
tuple python.selections_cff.wRIsolatedElectrons
 Electrons. More...
 
tuple python.selections_cff.wRHEEPElectron
 
tuple python.selections_cff.wRHEEPElectronRefiner
 this is to change the type of the collection for the analyzer More...
 
tuple python.selections_cff.wRminiTreeElectron
 
tuple python.selections_cff.wRdiElectronCandidate
 create di-electron pair in signal region More...
 
tuple python.selections_cff.wRdiElectronCandidateFilter
 filter: at least one di-electron candidate in signal region More...
 
tuple python.selections_cff.electronSelectionSeq = cms.Sequence(wRIsolatedElectrons * wRHEEPElectron * wRHEEPElectronRefiner * wRminiTreeElectron * wRdiElectronCandidate)
 
tuple python.selections_cff.tunePMuons
 Muons. More...
 
tuple python.selections_cff.tunePIsolatedMuons
 
tuple python.selections_cff.tunePIDIsoMuons
 muon ID and isolation make a collection of TuneP muons which pass isHighPt ID More...
 
tuple python.selections_cff.scaleCorrectedMuons
 Rochester corrections. More...
 
tuple python.selections_cff.scaleCorrectedMuonsRefiner