CMS 3D CMS Logo

ctppsProtons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # import default alignment settings
5 
6 # import default optics settings
8 
9 # import and adjust proton-reconstructions settings
11 
12 
13 ctppsProtons.pixelDiscardBXShiftedTracks = True
14 ctppsProtons.default_time = -999.
15 
16 from Configuration.Eras.Modifier_run3_common_cff import run3_common
17 run3_common.toModify(ctppsProtons, useNewLHCInfo = True)