Skip to content

Commit

Permalink
Merge pull request #41694 from marinakolosova/DQMfix_master
Browse files Browse the repository at this point in the history
Reverting to AK4 CHS jets for DQM PNet monitoring
  • Loading branch information
cmsbuild authored May 17, 2023
2 parents a7e908c + 4785102 commit 9642389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion DQMOffline/Trigger/python/DQMOffline_Trigger_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
* susyMonitorHLT
* b2gMonitorHLT
* higgsMonitorHLT
* particleNetMonitoringHLT # HIG: monitoring of HLT PNET taggers (incl. comparisons to Offline PNET)
* smpMonitorHLT
* topMonitorHLT
* btagMonitorHLT
Expand Down
6 changes: 3 additions & 3 deletions DQMOffline/Trigger/python/ParticleNetAK4BTagMonitoring_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
## objects
muons = "muons",
electrons = "gedGsfElectrons",
jets = "ak4PFJetsPuppi",
jets = "ak4PFJetsCHS",
jetPNETScore = "pfParticleNetAK4DiscriminatorsJetTagsForRECO:BvsAll",
jetPNETScoreHLT = "hltParticleNetDiscriminatorsJetTags:BvsAll",
jetsForHTandBTag = "",
jetPNETScoreForHTandBTag = "",
jetSoftDropMass = "",
met = "pfMetPuppi",
jecForMC = "ak4PFPuppiL1FastL2L3Corrector",
jecForData = "ak4PFPuppiL1FastL2L3ResidualCorrector",
jecForMC = "ak4PFCHSL1FastL2L3Corrector",
jecForData = "ak4PFCHSL1FastL2L3ResidualCorrector",
## PV selection
vertexSelection = "!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2",
## Muon selection (based on the definition of https://cmssdt.cern.ch/lxr/source/DataFormats/MuonReco/interface/Muon.h)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
jets = "ak8PFJetsPuppi",
jetPNETScore = "pfMassDecorrelatedParticleNetDiscriminatorsJetTags:XbbvsQCD",
jetPNETScoreHLT = "hltParticleNetDiscriminatorsJetTagsAK8:HbbVsQCD",
jetsForHTandBTag = "ak4PFJetsPuppi",
jetsForHTandBTag = "ak4PFJetsCHS",
jetPNETScoreForHTandBTag = "pfParticleNetAK4DiscriminatorsJetTagsForRECO:BvsAll",
jetSoftDropMass = "ak8PFJetsPuppiSoftDropMass",
met = "pfMetPuppi",
Expand Down

0 comments on commit 9642389

Please sign in to comment.