Implement total phase space for unfolding#661
Open
davidwalter2 wants to merge 34 commits intoWMass:mainfrom
Open
Implement total phase space for unfolding#661davidwalter2 wants to merge 34 commits intoWMass:mainfrom
davidwalter2 wants to merge 34 commits intoWMass:mainfrom
Conversation
…ants into 260216_totalPhaseSpace
… if not necessary
…s into 260216_totalPhaseSpace
…hort description of their intented usage
…n to disable these
… add option to disable these'
…city smoothing); Use corrections by default
The last bin of each axis now explicitly captures [edge, ∞) so rabbit can include it in the fit without relying on histogram overflow. - binning.get_binning_fakes_mt/relIso: append np.inf as last edge - binning.axis_relIsoCat: [0, 0.15, 0.3, inf], overflow=False - mw histmaker axis_mtCat, axis_isoCat: overflow=False - mz_wlike histmaker: replace large-number proxies (1000, 100) with np.inf - histselections: cap regressor x_max at last finite mt edge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- rebin_pt: recompute new_edges after trimming input when odd-edge branch fires - systematics.add_syst_hist: fix mutable default tensor_axes=[] -> None - generator_level_definitions: define postfsrPTV for wlike mode (was missing, causing RDF crash when unfolding aliases postfsrV_pt <- postfsrPTV) - unfolding_tools.UnfolderZ: use self.unfolding_levels[0] explicitly instead of relying on loop-variable persistence for the fitresult reweighting block - theory_fit_writer: raise ValueError (not silent None) when required ptV/absYV axes not found; avoid calling axis lookup twice in set_reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nants into 260216_totalPhaseSpace
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.
No description provided.