add new herwig and double interactions#4222
Merged
pinkenburg merged 1 commit intosPHENIX-Collaboration:masterfrom Mar 17, 2026
Merged
add new herwig and double interactions#4222pinkenburg merged 1 commit intosPHENIX-Collaboration:masterfrom
pinkenburg merged 1 commit intosPHENIX-Collaboration:masterfrom
Conversation
Contributor
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe PR extends production type handling in CreateFileList.pl by adding support for production types 40–46, which include Herwig jet variants (Jet5, Jet12, Jet20, Jet40, Jet50) and pythia8 jet/photon production modes with Detroit modifications, each with corresponding embed/pileup logic. Changes
Possibly related PRs
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
51677ab
into
sPHENIX-Collaboration:master
1 of 2 checks passed
This was referenced Mar 30, 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 new Herwig Jet energies and dual interactions (jets + Detroit) to CreateFileList.pl, no jenkins test: [skip-ci]
TODOs (if applicable)
Links to other PRs in macros and calibration repositories (if applicable)
Summary
This PR extends the CreateFileList.pl script to support new Monte Carlo production types for the sPHENIX experiment.
Motivation / Context
The PR adds support for new Herwig-based jet production samples and dual-interaction production types (jets combined with Detroit background simulation). These new production types enable expanded simulation capabilities for the collaboration's physics analyses.
Key Changes
Production Type Expansion (Types 40–46):
Implementation Details:
Herwig_Jet5,pythia8_Jet12_pythia8_Detroit)commonfiletypes()function for DST type registrationChanges to Production Descriptor Map:
%proddeschash mapping type numbers to human-readable descriptionsPotential Risk Areas
pythia8_Jet12_pythia8_Detroit), which differs from typical single-generator naming patterns. Ensure database queries and file catalog parsing handle this correctly.Possible Future Improvements
Note: AI-generated summaries may contain errors. Please verify critical details against the actual code changes.