-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Jets/MET configuration to match the AR and draft TDR
Update the Jets/MET configuration: - replace PFPuppiMET with PFPuppiMETTypeOne - update the Jets/MET thresholds to match the AR and draft TDR - remove the PF CHS reconstruction
- Loading branch information
Showing
13 changed files
with
37 additions
and
57 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
HLTrigger/Configuration/python/HLT_75e33/modules/hltPFCHSMET_cfi.py
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...HLT_75e33/modules/hltPFPuppiHT1050_cfi.py → ...HLT_75e33/modules/hltPFPuppiHT1070_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
6 changes: 3 additions & 3 deletions
6
...HLT_75e33/modules/hltPFPuppiMET120_cfi.py → ...33/modules/hltPFPuppiMETTypeOne140_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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltPFPuppiMET120 = cms.EDFilter("HLT1PFMET", | ||
hltPFPuppiMETTypeOne140 = cms.EDFilter("HLT1PFMET", | ||
MaxEta = cms.double(-1.0), | ||
MaxMass = cms.double(-1.0), | ||
MinE = cms.double(-1.0), | ||
MinEta = cms.double(-1.0), | ||
MinMass = cms.double(-1.0), | ||
MinN = cms.int32(1), | ||
MinPt = cms.double(120.0), | ||
inputTag = cms.InputTag("hltPFPuppiMET"), | ||
MinPt = cms.double(140.0), | ||
inputTag = cms.InputTag("hltPFPuppiMETTypeOne"), | ||
saveTags = cms.bool(True), | ||
triggerType = cms.int32(87) | ||
) |
4 changes: 2 additions & 2 deletions
4
...HLT_75e33/modules/hltPFPuppiMHT120_cfi.py → ...HLT_75e33/modules/hltPFPuppiMHT140_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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltPFPuppiMHT120 = cms.EDFilter("HLTMhtFilter", | ||
hltPFPuppiMHT140 = cms.EDFilter("HLTMhtFilter", | ||
mhtLabels = cms.VInputTag("hltPFPuppiMHT"), | ||
minMht = cms.vdouble(120.0), | ||
minMht = cms.vdouble(140.0), | ||
saveTags = cms.bool(True) | ||
) |
5 changes: 0 additions & 5 deletions
5
HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowCHS_cfi.py
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.../modules/hltSingleAK4PFPuppiJet500_cfi.py → .../modules/hltSingleAK4PFPuppiJet520_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
4 changes: 2 additions & 2 deletions
4
...T_75e33/paths/HLT_AK4PFPuppiJet500_cfi.py → ...T_75e33/paths/HLT_AK4PFPuppiJet520_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltSingleAK4PFPuppiJet500_cfi import * | ||
from ..modules.hltSingleAK4PFPuppiJet520_cfi import * | ||
from ..modules.l1tSinglePFPuppiJet230off_cfi import * | ||
from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * | ||
from ..sequences.HLTParticleFlowSequence_cfi import * | ||
|
||
HLT_AK4PFPuppiJet500 = cms.Path(l1tSinglePFPuppiJet230off+HLTParticleFlowSequence+HLTAK4PFPuppiJetsReconstruction+hltSingleAK4PFPuppiJet500) | ||
HLT_AK4PFPuppiJet520 = cms.Path(l1tSinglePFPuppiJet230off+HLTParticleFlowSequence+HLTAK4PFPuppiJetsReconstruction+hltSingleAK4PFPuppiJet520) |
4 changes: 2 additions & 2 deletions
4
.../HLT_75e33/paths/HLT_PFPuppiHT1050_cfi.py → .../HLT_75e33/paths/HLT_PFPuppiHT1070_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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltPFPuppiHT_cfi import * | ||
from ..modules.hltPFPuppiHT1050_cfi import * | ||
from ..modules.hltPFPuppiHT1070_cfi import * | ||
from ..modules.l1tPFPuppiHT_cfi import * | ||
from ..modules.l1tPFPuppiHT450off_cfi import * | ||
from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * | ||
from ..sequences.HLTParticleFlowSequence_cfi import * | ||
|
||
HLT_PFPuppiHT1050 = cms.Path(l1tPFPuppiHT+l1tPFPuppiHT450off+HLTParticleFlowSequence+HLTAK4PFPuppiJetsReconstruction+hltPFPuppiHT+hltPFPuppiHT1050) | ||
HLT_PFPuppiHT1070 = cms.Path(l1tPFPuppiHT+l1tPFPuppiHT450off+HLTParticleFlowSequence+HLTAK4PFPuppiJetsReconstruction+hltPFPuppiHT+hltPFPuppiHT1070) |
11 changes: 0 additions & 11 deletions
11
HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMET120_PFPuppiMHT120_cfi.py
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_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,13 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltPFPuppiMETTypeOne_cfi import * | ||
from ..modules.hltPFPuppiMETTypeOne140_cfi import * | ||
from ..modules.hltPFPuppiMETTypeOneCorrector_cfi import * | ||
from ..modules.hltPFPuppiMHT_cfi import * | ||
from ..modules.hltPFPuppiMHT140_cfi import * | ||
from ..modules.l1tPFPuppiMET220off_cfi import * | ||
from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * | ||
from ..sequences.HLTParticleFlowSequence_cfi import * | ||
from ..sequences.HLTPFPuppiMETReconstruction_cfi import * | ||
|
||
HLT_PFPuppiMETTypeOne140_PFPuppiMHT140 = cms.Path(l1tPFPuppiMET220off+HLTParticleFlowSequence+HLTAK4PFPuppiJetsReconstruction+HLTPFPuppiMETReconstruction+hltPFPuppiMETTypeOneCorrector+hltPFPuppiMETTypeOne+hltPFPuppiMETTypeOne140+hltPFPuppiMHT+hltPFPuppiMHT140) |
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
6 changes: 0 additions & 6 deletions
6
HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFCHSMETReconstruction_cfi.py
This file was deleted.
Oops, something went wrong.
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