Skip to content

Commit 2d93b3c

Browse files
authored
Merge pull request #48552 from hjbossi/AddNeNeToPhotonFlux
Add NeNe to photon flux options for pythia.
2 parents 2eca095 + 95f0b70 commit 2d93b3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Configuration/Generator/python/Pythia8PhotonFluxSettings_cfi.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
zB = cms.untracked.int32(8)
2121
)
2222

23+
# configuration for photon flux in NeNe
24+
# upon consultation from PYTHIA authors, as a first guess, use same radius as OO
25+
PhotonFlux_NeNe = cms.PSet(
26+
beamTypeA = cms.int32(1000100200),
27+
beamTypeB = cms.int32(1000100200),
28+
radiusA = cms.untracked.double(3.02),
29+
radiusB = cms.untracked.double(3.02),
30+
zA = cms.untracked.int32(10),
31+
zB = cms.untracked.int32(10)
32+
)
33+
2334
# configuration for photon flux in XeXe
2435
# radius from charged particle raa: https://arxiv.org/pdf/1809.00201.pdf
2536
PhotonFlux_XeXe = cms.PSet(

0 commit comments

Comments
 (0)