-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the FG HF thresholds for 2022 PbPb
- Loading branch information
Andre Govinda Stahl Leiton
committed
Apr 4, 2023
1 parent
9b2f213
commit 9e6b4c8
Showing
4 changed files
with
50 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
tpScales = cms.PSet( | ||
HF=cms.PSet( | ||
NCTShift=cms.int32(1), | ||
RCTShift=cms.int32(3), | ||
), | ||
HBHE=cms.PSet( | ||
LSBQIE8=cms.double(1/8.), | ||
LSBQIE11=cms.double(1/16.), | ||
LSBQIE11Overlap=cms.double(1/8.), | ||
) | ||
) | ||
|
||
from Configuration.Eras.Modifier_run2_HF_2017_cff import run2_HF_2017 | ||
run2_HF_2017.toModify(tpScales.HF, NCTShift=2) | ||
|
||
from Configuration.Eras.Modifier_run3_HB_cff import run3_HB | ||
run3_HB.toModify(tpScales.HBHE, LSBQIE11Overlap=1/16.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters