PWGLF: findable <-> analysis connection#6111
Merged
Merged
Conversation
Collaborator
Author
|
@gianniliveraro the fix for pair production process check for conversions is in place! This should give you plenty of gammas now with the findable ... |
Collaborator
Author
|
Now with all megalinter fixes included and ready to merge :-D |
njacazio
approved these changes
May 20, 2024
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 PR changes the findable study such that it is possible to connect directly to the analysis level efficiencies for the full determination of the entire chain of losses (and possible optimization). Relevant for @lhusova @romainschotter @gianniliveraro. I expect to have a short summary of the first findings of this study very soon. Some specifics:
@romainschotter : the bit-check machinery included in the
derivedlambdakzeroanalysishas been modularized so that I can use that as a module from the findable task, with its different subscriptions. The main advantage is that I can do exactly the same selections within the findable exercise in a trivial way. However, I have not modified thederivedlambdakzeroanalysisyet - we can discuss how to proceed there.@gianniliveraro : this also makes the findable tool able to deal with other hypotheses (i.e. Lambda, conversions), following your very appropriate suggestion; however, the last "TPC PID" check has yet to be adapted for that case.