-
Notifications
You must be signed in to change notification settings - Fork 40
Configurations For NuMI Analysis #640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The algorithm creating readout buffers (future `raw::OpDetWaveform`) from the continuous readout was written expecting (and asserting) that a trigger primitive can't be at the first tick of the enable gate. This was a reasonable assumption when the trigger algorithm looked for a transition from the previous tick from below to above threshold. Now an alternative algorithm is also available which considers just the value of the sample compared to the threshold, so that expectation is violated and the assertion failed. A small change in the algorithm makes it robust to that rare occurrence.
Fix a bug in PMT digitization
…rable by fcl. Add in config for 'fit' field responses.
Configuration of that ilter throughout the repository has been fixed.
…r 2D drift." This reverts commit bc9bb19090bb9e96735dff2ac43610d42cdd366e.
They are equivalent to the mainline configurations, by which they are now replaced.
Tuned Simulated Field Responses
GENIE Generation with RHC NuMI Flux
Add in Standalone Calibration NTuple Configs
…N2023A Removed flash filter from Stage1 standard configuration [`SBN2023A`]
…atch Fix truth-match labels in Calibration NTuple-r for 2D drift sim.
…h now ported to the production branch
…he 3D hit building
…roduction Copy of PR #590 and PR 591 for production branch
Note: job fcls are not modified in this commit.
…s, G4 systematics, and detsim detector variations
|
The GENIE+G4 updates have now already been included in #612. This PR was originally for the production branch, which uses an older version of LArSoft that does not have the required updates to larreco. Many updates are required to make the remaining updates in this PR compatible with develop, and it was decided to leave that to the authors of the individual changes rather than attempting to fix everything here. So I am closing this PR. |
Many updates which implement changes required for the NuMI analysis.
Depends on LArSoft/larreco#59 and SBNSoftware/sbncode#391,
Supersedes #613.