Skip to content

Commit

Permalink
Merge pull request #42886 from theochatzis/phase2_ak4pfpuppi_jecs_131X
Browse files Browse the repository at this point in the history
[Phase2HLT][13_1_X] Change hltAK4PFPuppiJets correctors tags
  • Loading branch information
cmsbuild authored Oct 4, 2023
2 parents 9a2154e + 5eda77c commit b7a7171
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '131X_mcRun3_2024_realistic_v4',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '131X_mcRun4_realistic_v6'
'phase2_realistic' : '131X_mcRun4_realistic_v7'
}

aliases = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

hltAK4PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
#algorithm = cms.string('AK4PFPuppiHLT'),
algorithm = cms.string('AK4PFPuppi'),
algorithm = cms.string('AK4PFPuppiHLT'),
#algorithm = cms.string('AK4PFPuppi'),
level = cms.string('L1FastJet'),
srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp")
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

hltAK4PFPuppiJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer",
#algorithm = cms.string('AK4PFPuppiHLT'),
algorithm = cms.string('AK4PFPuppi'),
algorithm = cms.string('AK4PFPuppiHLT'),
#algorithm = cms.string('AK4PFPuppi'),
level = cms.string('L2Relative')
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

hltAK4PFPuppiJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer",
#algorithm = cms.string('AK4PFPuppiHLT'),
algorithm = cms.string('AK4PFPuppi'),
algorithm = cms.string('AK4PFPuppiHLT'),
#algorithm = cms.string('AK4PFPuppi'),
level = cms.string('L3Absolute')
)

0 comments on commit b7a7171

Please sign in to comment.