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

Variables

tuple wRleadingElectronPresel
 select leading electron More...
 
tuple wRsubleadingElectronPresel
 select subleading electron More...
 
tuple wRdiElectronCandidatePresel
 create di-electron pair in signal region More...
 
tuple wRdiElectronCandidateFilterPresel
 filter: at least one di-electron candidate in signal region More...
 

Variable Documentation

tuple python.skimElectron_cff.wRdiElectronCandidateFilterPresel
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("wRdiElectronCandidatePresel"),
3  minNumber = cms.uint32(1)
4  )

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

tuple python.skimElectron_cff.wRdiElectronCandidatePresel
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("wRleadingElectronPresel 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  )

create di-electron pair in signal region

tuple python.skimElectron_cff.wRsubleadingElectronPresel
Initial value:
1 = cms.EDFilter("PATElectronRefSelector",
2  src = cms.InputTag("slimmedElectrons"),
3  cut = cms.string("pt>30"),
4  )

select subleading electron