Skip to content

Commit

Permalink
Merge pull request #43195 from etzia/jetID_forRun3Prompt
Browse files Browse the repository at this point in the history
Add Run3 promptData JetID
  • Loading branch information
cmsbuild authored Jan 19, 2024
2 parents e51992f + d4e03ce commit 2c285f2
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 90 deletions.
8 changes: 4 additions & 4 deletions PhysicsTools/NanoAOD/python/jetsAK4_CHS_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
)
tightJetId = cms.EDProducer("PatJetIDValueMapProducer",
filterParams=cms.PSet(
version = cms.string('RUN3WINTER22CHS'),
version = cms.string('RUN3CHSruns2022FGruns2023CD'),
quality = cms.string('TIGHT'),
),
src = cms.InputTag("updatedJets")
)
tightJetIdLepVeto = cms.EDProducer("PatJetIDValueMapProducer",
filterParams=cms.PSet(
version = cms.string('RUN3WINTER22CHS'),
version = cms.string('RUN3CHSruns2022FGruns2023CD'),
quality = cms.string('TIGHTLEPVETO'),
),
src = cms.InputTag("updatedJets")
Expand All @@ -61,9 +61,9 @@
)

run3_jme_Winter22runsBCDEprompt.toModify(
tightJetId.filterParams, version = "RUN3WINTER22CHSrunsBCDEprompt"
tightJetId.filterParams, version = "RUN3CHSruns2022BCDEprompt"
).toModify(
tightJetIdLepVeto.filterParams, version = "RUN3WINTER22CHSrunsBCDEprompt"
tightJetIdLepVeto.filterParams, version = "RUN3CHSruns2022BCDEprompt"
)

bJetVars = cms.EDProducer("JetRegressionVarProducer",
Expand Down
8 changes: 4 additions & 4 deletions PhysicsTools/NanoAOD/python/jetsAK4_Puppi_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

tightJetPuppiId = cms.EDProducer("PatJetIDValueMapProducer",
filterParams=cms.PSet(
version = cms.string('RUN3WINTER22PUPPI'),
version = cms.string('RUN3PUPPIruns2022FGruns2023CD'),
quality = cms.string('TIGHT'),
),
src = cms.InputTag("updatedJetsPuppi")
)
tightJetPuppiIdLepVeto = cms.EDProducer("PatJetIDValueMapProducer",
filterParams=cms.PSet(
version = cms.string('RUN3WINTER22PUPPI'),
version = cms.string('RUN3PUPPIruns2022FGruns2023CD'),
quality = cms.string('TIGHTLEPVETO'),
),
src = cms.InputTag("updatedJetsPuppi")
Expand All @@ -54,9 +54,9 @@
)

run3_jme_Winter22runsBCDEprompt.toModify(
tightJetPuppiId.filterParams, version = "RUN3WINTER22PUPPIrunsBCDEprompt"
tightJetPuppiId.filterParams, version = "RUN3PUPPIruns2022BCDEprompt"
).toModify(
tightJetPuppiIdLepVeto.filterParams, version = "RUN3WINTER22PUPPIrunsBCDEprompt"
tightJetPuppiIdLepVeto.filterParams, version = "RUN3PUPPIruns2022BCDEprompt"
)

#HF shower shape recomputation
Expand Down
Loading

0 comments on commit 2c285f2

Please sign in to comment.