CMS 3D CMS Logo

ctppsLHCInfoPlotter_cfi.py
Go to the documentation of this file.
1 from Validation.CTPPS.ctppsLHCInfoPlotterDefault_cfi import ctppsLHCInfoPlotterDefault as _ctppsLHCInfoPlotterDefault
2 ctppsLHCInfoPlotter = _ctppsLHCInfoPlotterDefault.clone()
3 
4 from Configuration.Eras.Modifier_run3_common_cff import run3_common
5 run3_common.toModify(ctppsLHCInfoPlotter, useNewLHCInfo = True)
6 
7 from Configuration.Eras.Modifier_ctpps_directSim_cff import ctpps_directSim
8 ctpps_directSim.toModify(ctppsLHCInfoPlotter, useNewLHCInfo = False)