start page on sim from scoring plane - #68
Draft
tomeichlersmith wants to merge 1 commit into
Draft
Conversation
3 tasks
tvami
reviewed
Aug 20, 2026
| ```python | ||
| from LDMX.SimCore import simulator, generators, sensitive_detectors | ||
| sim = simulator.simulator('sim') | ||
| sim.setDetector('ldmx-det-v14-8gev-no-cals') |
Member
There was a problem hiding this comment.
Suggested change
| sim.setDetector('ldmx-det-v14-8gev-no-cals') | |
| sim.set_detector('ldmx-det-v14-8gev-no-cals') |
| sensitive_detectors.ScoringPlaneSD.ecal(), | ||
| sensitive_detectors.ScoringPlaneSD.hcal() | ||
| ] | ||
| sim.beamSpotSmear = [20.0, 80.0, 0.0] # mm |
Member
There was a problem hiding this comment.
this we moved to gen, right? and also the spelling is not correct
Member
Author
There was a problem hiding this comment.
you're right, I'm starting this project based off v4.4.7 since we have a large sample at UMN with that version of ldmx-sw, but I will update the docs to the newer version.
tomeichlersmith
marked this pull request as draft
August 20, 2026 18:34
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.
This is a usage how-to for the more complicated "Sim from scoring plane" feature. LDMX-Software/ldmx-sw#2108
This should not be merged until that feature is in an ldmx-sw release.