Add type 38: 60GeV jets#4129
Merged
pinkenburg merged 1 commit intosPHENIX-Collaboration:masterfrom Jan 20, 2026
Merged
Conversation
Contributor
📝 WalkthroughWalkthroughAdds production type 38 (JS pythia8 Jet ptmin = 60GeV) to CreateFileList.pl with embedding support and pileup handling logic. Enables Jet60-based simulations with optional embedding into Hijing scenarios. Changes
Possibly related PRs
Comment |
b7bf6cd
into
sPHENIX-Collaboration:master
1 of 2 checks passed
4 tasks
This was referenced Mar 17, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of changes
What kind of change does this PR introduce? (Bug fix, feature, ...)
This PR adds the 60GeV pythia8 jet sample to the CreateFileList.pl as type 38. jenkins does not check this anyway: [skip-ci]
TODOs (if applicable)
Links to other PRs in macros and calibration repositories (if applicable)
Type 38: 60 GeV Pythia8 Jet Production Sample
Motivation / Context
This PR extends the sPHENIX production type catalog by adding support for a 60 GeV minimum transverse momentum pythia8 jet production sample. This complements the existing jet production types (5, 10, 15, 20, 30, 40, 50, 70 GeV) and fills a gap in the available high-pT jet simulation samples used for detector studies and physics analysis.
Key Changes
%proddeschash mapping:"38" => "JS pythia8 Jet ptmin = 60GeV"embedok = 1to enable embedding capabilitypythia8_Jet60nopileupflag is specifiedoffline/framework/frog/CreateFileList.pl(+31/-1 lines)Potential Risk Areas
Notes
pythia8_Jet60correctly corresponds to the expected simulation configuration[skip-ci])Possible Future Improvements