Skip to content

Commit

Permalink
Merge pull request #43822 from RSalvatico/FixPhase2HLTHCALThresh
Browse files Browse the repository at this point in the history
Make default Phase2 HLT thresholds from config file the same as in Run3
  • Loading branch information
cmsbuild authored Feb 5, 2024
2 parents f9209fc + f8fff0a commit 70c7fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rhoScale = cms.double(1.0),
useSingleTower = cms.bool(False),
hbheRecHitsTag = cms.InputTag( "hltHbhereco" ),
eThresHB = cms.vdouble( 0.8, 1.2, 1.2, 1.2 ),
eThresHB = cms.vdouble( 0.1, 0.2, 0.3, 0.3 ), #Run3 thresholds. Will be overwritten with valid aging customisation
etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ),
eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ),
etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rhoScale = cms.double(1.0),
useSingleTower = cms.bool(False),
hbheRecHitsTag = cms.InputTag( "hltHbhereco" ),
eThresHB = cms.vdouble( 0.8, 1.2, 1.2, 1.2 ),
eThresHB = cms.vdouble( 0.1, 0.2, 0.3, 0.3 ), #Run3 thresholds. Will be overwritten with valid aging customisation
etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ),
eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ),
etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ),
Expand Down

0 comments on commit 70c7fb8

Please sign in to comment.