Skip to content
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

ReactionFilter bug for Decay1 16__7_7 or KShort to pi^0 pi^0 #870

Open
igjaegle opened this issue Jan 15, 2025 · 3 comments
Open

ReactionFilter bug for Decay1 16__7_7 or KShort to pi^0 pi^0 #870

igjaegle opened this issue Jan 15, 2025 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request normal This bug is of average priority

Comments

@igjaegle
Copy link
Contributor

Hi, I am attaching the error message.

The reaction is:
Reaction7 1_45__16_m14_18 #is for gamma d -> K0 Lambda (missing proton)
Reaction7:Decay1 16__7_7
Reaction7:Decay2 18__9_14
Reaction7:Decay3 7__1_1
Reaction7:Flags B4

When I change Decay1 to 16__7_8 it is working.

log.txt

@igjaegle igjaegle added bug Something isn't working enhancement New feature or request normal This bug is of average priority labels Jan 15, 2025
@sdobbs
Copy link
Contributor

sdobbs commented Jan 15, 2025

Thanks, the code shouldn't crash in this case, so will fix that.

that being said, you shouldn't require a vertex constraint in this analysis, there isn't sufficient information to constrain the primary vertex.

@igjaegle
Copy link
Contributor Author

Thank you, Sean. I changed the reaction to
Reaction7 1_45__16_m14_18 #is for gamma d -> K0 Lambda (missing proton)
Reaction7:Decay1 16__7_7
Reaction7:Decay2 18__9_14
Reaction7:Decay3 7__1_1
Reaction7:Decay4 7__1_1
Reaction7:Flags B4,F1

and it is still crashing. If the vertex is not constrain will it still find the Lambda displaced vertex and constrain the proton and pion to this displaced vertex?

@sdobbs
Copy link
Contributor

sdobbs commented Jan 15, 2025

You should specify the flags as

Reaction7:Flags B4_F1

and no, right now, vertex constraints are all or nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request normal This bug is of average priority
Projects
None yet
Development

No branches or pull requests

3 participants