Variables | |
alpha | |
beta | |
cut | |
deltaREcal | |
deltaRHcal | |
deltaRTrk | |
deltaRVetoTrk | |
etEcalThreshold | |
etHcalThreshold | |
filter | |
goodZTight | |
isoCut | |
ptThreshold | |
relativeIsolation | |
src | |
zSelection | |
I = alpha /2 (( 1 + beta) HCal + (1 - beta) Ecal ) + (1 - alpha)Trk. More... | |
zSelectionAB | |
zSelectionABLoose | |
region A: |eta|<2.1, region B: 2.1< |eta| <2.4 More... | |
zSelectionBB | |
zSelectionBBLoose | |
zSelectionLoose | |
zSelection_cfi.alpha |
Definition at line 13 of file zSelection_cfi.py.
zSelection_cfi.beta |
Definition at line 14 of file zSelection_cfi.py.
zSelection_cfi.cut |
Definition at line 4 of file zSelection_cfi.py.
zSelection_cfi.deltaREcal |
Definition at line 11 of file zSelection_cfi.py.
zSelection_cfi.deltaRHcal |
Definition at line 12 of file zSelection_cfi.py.
zSelection_cfi.deltaRTrk |
Definition at line 10 of file zSelection_cfi.py.
zSelection_cfi.deltaRVetoTrk |
Definition at line 9 of file zSelection_cfi.py.
zSelection_cfi.etEcalThreshold |
Definition at line 7 of file zSelection_cfi.py.
zSelection_cfi.etHcalThreshold |
Definition at line 8 of file zSelection_cfi.py.
zSelection_cfi.filter |
Definition at line 142 of file zSelection_cfi.py.
zSelection_cfi.goodZTight |
Definition at line 138 of file zSelection_cfi.py.
zSelection_cfi.isoCut |
Definition at line 5 of file zSelection_cfi.py.
Referenced by HLTEcalResonanceFilter.doSelection(), AlCaHBHEMuonFilter.filter(), AlCaHEMuonFilter.filter(), AlCaLowPUHBHEMuonFilter.filter(), GsfEleEffAreaPFIsoCut.operator()(), GsfEleRelPFIsoScaledCut.operator()(), GsfEleCalPFClusterIsoCut.operator()(), and ZCounting.passMuonIso().
zSelection_cfi.ptThreshold |
Definition at line 6 of file zSelection_cfi.py.
zSelection_cfi.relativeIsolation |
Definition at line 15 of file zSelection_cfi.py.
zSelection_cfi.src |
Definition at line 141 of file zSelection_cfi.py.
zSelection_cfi.zSelection |
I = alpha /2 (( 1 + beta) HCal + (1 - beta) Ecal ) + (1 - alpha)Trk.
combined isolation zSelection = cms.PSet( cut = cms.string("charge = 0 & daughter(0).pt > 20. & daughter(1).pt > 20. & abs(daughter(0).eta)<2.1 & abs(daughter(1).eta)<2.1 & mass > 0"), isoCut = cms.double(.45), ### with alpha = 2/3 and beta =0, so 0.45 is equivalent to 0.15...... ptThreshold = cms.untracked.double(0.), etEcalThreshold = cms.untracked.double(0.), etHcalThreshold = cms.untracked.double(0.), deltaRVetoTrk = cms.untracked.double(0.01), deltaRTrk = cms.untracked.double(0.3), deltaREcal = cms.untracked.double(0.3), deltaRHcal = cms.untracked.double(0.3), alpha = cms.untracked.double(0.666667), beta = cms.untracked.double(0.0), relativeIsolation = cms.bool(True) ) tracker isolation
Definition at line 52 of file zSelection_cfi.py.
zSelection_cfi.zSelectionAB |
Definition at line 88 of file zSelection_cfi.py.
zSelection_cfi.zSelectionABLoose |
region A: |eta|<2.1, region B: 2.1< |eta| <2.4
Definition at line 72 of file zSelection_cfi.py.
zSelection_cfi.zSelectionBB |
Definition at line 120 of file zSelection_cfi.py.
zSelection_cfi.zSelectionBBLoose |
Definition at line 104 of file zSelection_cfi.py.
zSelection_cfi.zSelectionLoose |
Definition at line 3 of file zSelection_cfi.py.