-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46924 from rdewanje/etau_trigger_PR_branch
Add Electron Tau cross-trigger to the HLT Phase-2 menu
- Loading branch information
Showing
22 changed files
with
619 additions
and
1 deletion.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...er/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightBestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.479), | ||
candTag = cms.InputTag("hltEle30WPTightBestGsfNLayerITL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB = cms.vdouble(0), | ||
thrOverE2EE = cms.vdouble(0), | ||
thrOverEEB = cms.vdouble(0), | ||
thrOverEEE = cms.vdouble(0), | ||
thrRegularEB = cms.vdouble(50.0), | ||
thrRegularEE = cms.vdouble(50.0), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") | ||
) |
24 changes: 24 additions & 0 deletions
24
...onfiguration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightBestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.479), | ||
candTag = cms.InputTag("hltEle30WPTightGsfDphiL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(False), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB = cms.vdouble(0), | ||
thrOverE2EE = cms.vdouble(0), | ||
thrOverEEB = cms.vdouble(0), | ||
thrOverEEE = cms.vdouble(0), | ||
thrRegularEB = cms.vdouble(3), | ||
thrRegularEE = cms.vdouble(3), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") | ||
) |
24 changes: 24 additions & 0 deletions
24
...r/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.479), | ||
candTag = cms.InputTag('hltEG30EtL1SeededFilter'), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB = cms.vdouble(0), | ||
thrOverE2EE = cms.vdouble(0), | ||
thrOverEEB = cms.vdouble(0), | ||
thrOverEEE = cms.vdouble(0), | ||
thrRegularEB = cms.vdouble(0.013), | ||
thrRegularEE = cms.vdouble(0.013), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") | ||
) |
24 changes: 24 additions & 0 deletions
24
...guration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.479), | ||
candTag = cms.InputTag("hltEle30WPTightClusterShapeL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB = cms.vdouble(0), | ||
thrOverE2EE = cms.vdouble(0), | ||
thrOverEEB = cms.vdouble(0.0008), | ||
thrOverEEE = cms.vdouble(0.0008), | ||
thrRegularEB = cms.vdouble(0.7225), | ||
thrRegularEE = cms.vdouble(0.7225), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") | ||
) |
24 changes: 24 additions & 0 deletions
24
...guration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.479), | ||
candTag = cms.InputTag("hltEle30WPTightClusterShapeSigmavvL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB = cms.vdouble(0), | ||
thrOverE2EE = cms.vdouble(0), | ||
thrOverEEB = cms.vdouble(0.04), | ||
thrOverEEE = cms.vdouble(0.04), | ||
thrRegularEB = cms.vdouble(72.25), | ||
thrRegularEE = cms.vdouble(72.25), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") | ||
) |
32 changes: 32 additions & 0 deletions
32
HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightHEL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(1.0), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.02), | ||
thrOverEEB2 = cms.vdouble(0.02), | ||
thrOverEEE1 = cms.vdouble(0.02), | ||
thrOverEEE2 = cms.vdouble(0.02), | ||
thrRegularEB1 = cms.vdouble(9.0), | ||
thrRegularEB2 = cms.vdouble(9.0), | ||
thrRegularEE1 = cms.vdouble(9.0), | ||
thrRegularEE2 = cms.vdouble(9.0), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") | ||
) |
32 changes: 32 additions & 0 deletions
32
HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightGsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(0.8), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.0), | ||
thrOverEEB2 = cms.vdouble(0.0), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(0.003), | ||
thrRegularEB2 = cms.vdouble(0.009), | ||
thrRegularEE1 = cms.vdouble(0.004), | ||
thrRegularEE2 = cms.vdouble(0.004), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") | ||
) |
32 changes: 32 additions & 0 deletions
32
HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightGsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightGsfDetaL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(0.8), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.0), | ||
thrOverEEB2 = cms.vdouble(0.0), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(0.02), | ||
thrRegularEB2 = cms.vdouble(0.09), | ||
thrRegularEE1 = cms.vdouble(0.04), | ||
thrRegularEE2 = cms.vdouble(0.04), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") | ||
) |
32 changes: 32 additions & 0 deletions
32
...iguration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightPMS2L1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(0.8), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag(""), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.0), | ||
thrOverEEB2 = cms.vdouble(0.0), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(0.04), | ||
thrRegularEB2 = cms.vdouble(0.08), | ||
thrRegularEE1 = cms.vdouble(0.04), | ||
thrRegularEE2 = cms.vdouble(0.04), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") | ||
) |
32 changes: 32 additions & 0 deletions
32
...tion/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), | ||
candTag = cms.InputTag("hltEle30WPTightBestGsfChi2L1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(0.8), | ||
etaBoundaryEE12 = cms.double(2.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.0), | ||
thrOverEEB2 = cms.vdouble(0.0), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(5.5), | ||
thrRegularEB2 = cms.vdouble(8.0), | ||
thrRegularEE1 = cms.vdouble(5.5), | ||
thrRegularEE2 = cms.vdouble(5.5), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") | ||
) |
32 changes: 32 additions & 0 deletions
32
...er/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightGsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(1.0), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.0), | ||
thrOverEEB2 = cms.vdouble(0.0), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(2.5), | ||
thrRegularEB2 = cms.vdouble(2.5), | ||
thrRegularEE1 = cms.vdouble(2.2), | ||
thrRegularEE2 = cms.vdouble(2.2), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded") | ||
) |
32 changes: 32 additions & 0 deletions
32
HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), | ||
candTag = cms.InputTag("hltEle30WPTightHgcalHEL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(1.0), | ||
etaBoundaryEE12 = cms.double(2.1), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.175), | ||
thrOverEEB2 = cms.vdouble(0.175), | ||
thrOverEEE1 = cms.vdouble(0.0), | ||
thrOverEEE2 = cms.vdouble(0.0), | ||
thrRegularEB1 = cms.vdouble(0.0), | ||
thrRegularEB2 = cms.vdouble(0.0), | ||
thrRegularEE1 = cms.vdouble(9999.0), | ||
thrRegularEE2 = cms.vdouble(9999.0), | ||
useEt = cms.bool(False), | ||
varTag = cms.InputTag("hltEgammaHoverEL1Seeded") | ||
) |
32 changes: 32 additions & 0 deletions
32
HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltEle30WPTightHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", | ||
absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), | ||
candTag = cms.InputTag("hltEle30WPTightHgcalIsoL1SeededFilter"), | ||
doRhoCorrection = cms.bool(False), | ||
effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), | ||
energyLowEdges = cms.vdouble(0.0), | ||
etaBoundaryEB12 = cms.double(1.0), | ||
etaBoundaryEE12 = cms.double(2.0), | ||
l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), | ||
lessThan = cms.bool(True), | ||
ncandcut = cms.int32(1), | ||
rhoMax = cms.double(99999999.0), | ||
rhoScale = cms.double(1.0), | ||
rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), | ||
saveTags = cms.bool(True), | ||
thrOverE2EB1 = cms.vdouble(0.0), | ||
thrOverE2EB2 = cms.vdouble(0.0), | ||
thrOverE2EE1 = cms.vdouble(0.0), | ||
thrOverE2EE2 = cms.vdouble(0.0), | ||
thrOverEEB1 = cms.vdouble(0.02), | ||
thrOverEEB2 = cms.vdouble(0.02), | ||
thrOverEEE1 = cms.vdouble(0.02), | ||
thrOverEEE2 = cms.vdouble(0.02), | ||
thrRegularEB1 = cms.vdouble(19), | ||
thrRegularEB2 = cms.vdouble(19), | ||
thrRegularEE1 = cms.vdouble(19), | ||
thrRegularEE2 = cms.vdouble(19), | ||
useEt = cms.bool(True), | ||
varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") | ||
) |
Oops, something went wrong.