Skip to content

Commit

Permalink
Add Run3 promptData JetID
Browse files Browse the repository at this point in the history
  • Loading branch information
etzia committed Oct 31, 2023
1 parent 7e21693 commit 1f7df1d
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 1f7df1d

Please sign in to comment.