Skip to content

Commit

Permalink
make Phase2 HLT thresholds in config the same as in Run3
Browse files Browse the repository at this point in the history
  • Loading branch information
RSalvatico committed Jan 31, 2024
1 parent 9fca027 commit f8fff0a
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 f8fff0a

Please sign in to comment.