Skip to content

Commit

Permalink
activate charge reweighing in 2016 pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jul 24, 2019
1 parent 43d169f commit c373d49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SimGeneral/MixingModule/python/SiPixelSimParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ def _modifyPixelDigitizerForRun3( digitizer ):
### DeadModules = cms.VPSet()
)

# activate charge reweighing for 2016 pixel detector (UL 2016)
from Configuration.Eras.Modifier_pixel_2016_cff import pixel_2016
pixel_2016.toModify(SiPixelSimBlock,UseReweighting=True)

#
# Apply the changes for the different Run 2 running scenarios
#
Expand Down

0 comments on commit c373d49

Please sign in to comment.