Adding MUON_ID_BYMVA to OS framework#335
Open
salvadorrallende wants to merge 1 commit intoCJLST:Run3from
Open
Conversation
namapane
reviewed
Dec 1, 2025
| if ((fabs(LepEta->at(2)) > 2.5) || (fabs(LepEta->at(3)) > 2.5)) { continue; } | ||
| if ((LepSIP->at(2) > ((fabs(LepLepId->at(2))==13) ? muon_sip_cut : 4.0) || Lepdxy->at(2) > 0.5 || Lepdz->at(2) > 1.0) && (fabs(LepLepId->at(2)) == 11 || fabs(LepLepId->at(2)) == 13)) { continue; } | ||
| if ((LepSIP->at(3) > ((fabs(LepLepId->at(3))==13) ? muon_sip_cut : 4.0) || Lepdxy->at(3) > 0.5 || Lepdz->at(3) > 1.0) && (fabs(LepLepId->at(3)) == 11 || fabs(LepLepId->at(3)) == 13)) { continue; } | ||
|
|
Contributor
There was a problem hiding this comment.
Hi @salvadorrallende , I was rewiewing this PR and I noticed that this block is added, and not simply modified as for everywhere else. In fact this is should be the 3P1F region where one of the two leptons fails the cut and the other passes it; this block seems to request that both fail instead.
The 3P1F condition should in principle be already checked by the if at the line above (L439/450).
@AlessandroTarabini you may also want to have a look.
PS: in principle, we could at some point recode all this without the need to reapply cuts, which is error prone, by just propagating the dedicated variables ZZFullSel, ZZRelaxedId, ZZRelaxedIdNoSIP etc.
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.