Skip to content

Commit

Permalink
Merge pull request #161 from Shuonli/jetconfig
Browse files Browse the repository at this point in the history
smaller pTHat file for 5GeV photon jet
  • Loading branch information
pinkenburg authored Oct 25, 2024
2 parents 0de7e12 + c6d9512 commit 8bd8f45
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Generators/JetStructure_TG/phpythia8_5GeV_JS_MDC2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
! Beam settings
Beams:idA = 2212 ! first beam, p = 2212, pbar = -2212
Beams:idB = 2212 ! second beam, p = 2212, pbar = -2212
Beams:eCM = 200. ! CM energy of collision

! Settings related to output in init(), next() and stat()
Init:showChangedSettings = on
Next:numberShowInfo = 0 ! print event information n times

! Detroit Tune
PDF:pSet = 17
MultipartonInteractions:bProfile = 2
MultipartonInteractions:ecmRef = 200
MultipartonInteractions:pT0Ref = 1.40
MultipartonInteractions:ecmPow = 0.135
MultipartonInteractions:coreRadius = 0.56
MultipartonInteractions:coreFraction = 0.78
ColourReconnection:range = 5.4

! Process
HardQCD:all = on
PromptPhoton:all = on

! Cuts
PhaseSpace:pTHatMin = 5.0
ParticleDecays:limitCylinder = on
ParticleDecays:xyMax = 0.000001
ParticleDecays:zMax = 0.000001

0 comments on commit 8bd8f45

Please sign in to comment.