CMS 3D CMS Logo

ctppsProtons_cfi.py
Go to the documentation of this file.
1 # import and adjust proton-reconstructions settings
2 from RecoPPS.ProtonReconstruction.ctppsProtonsDefault_cfi import ctppsProtonsDefault as _ctppsProtonsDefault
3 ctppsProtons = _ctppsProtonsDefault.clone(
4  pixelDiscardBXShiftedTracks = True,
5  default_time = -999.
6 )
7 
8 from Configuration.Eras.Modifier_run3_common_cff import run3_common
9 run3_common.toModify(ctppsProtons, useNewLHCInfo = True)
10 
11 from Configuration.Eras.Modifier_ctpps_directSim_cff import ctpps_directSim
12 ctpps_directSim.toModify(ctppsProtons, useNewLHCInfo = False)