Skip to content

Commit

Permalink
Merge pull request #33370 from CTPPS/pps_dir_sim_14tev
Browse files Browse the repository at this point in the history
PPS: direct simulation uses 14 TeV for Run3
  • Loading branch information
cmsbuild authored Apr 8, 2021
2 parents cbaa0c8 + f211152 commit 2baff3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Validation/CTPPS/python/simu_config/year_2021_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# base profile settings for 2021
profile_base_2021 = profile_base.clone(
ctppsLHCInfo = dict(
beamEnergy = 6500
beamEnergy = 7000
),

ctppsOpticalFunctions = dict(
Expand Down Expand Up @@ -34,6 +34,9 @@
)
)

# adjust basic settings
generator.energy = profile_base_2021.ctppsLHCInfo.beamEnergy

# geometry
from Geometry.VeryForwardGeometry.geometryRPFromDD_2021_cfi import *
ctppsCompositeESSource.compactViewTag = ctppsGeometryESModule.compactViewTag
Expand Down

0 comments on commit 2baff3b

Please sign in to comment.