-
Notifications
You must be signed in to change notification settings - Fork 33
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
New cards for B decays #152
Conversation
FCCee/Generator/EvtGen/Lb2LbEE.dec
Outdated
|
||
# | ||
Decay Lb_SIGNAL | ||
1.000 MyLambda0 e+ e- BTOSLLBALL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got error during generation
EvtGen:BTOSLLBALL did not get the correct parent spin
Lb_SIGNAL -> MyLambda0 e+ e- (BTOSLLBALL)
Could you double check the implementation of this model?
FCCee/Generator/EvtGen/Lb2LbMuMu.dec
Outdated
|
||
# | ||
Decay Lb_SIGNAL | ||
1.000 MyLambda0 mu+ mu- BTOSLLBALL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got error during generation
EvtGen:BTOSLLBALL did not get the correct parent spin
Lb_SIGNAL -> MyLambda0 mu+ mu- (BTOSLLBALL)
Could you double check the implementation of this model?
|
||
# | ||
Decay Lb_SIGNAL | ||
1.000 MyLambda0 Mytau+ Mytau- BTOSLLBALL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got error during generation
EvtGen:BTOSLLBALL did not get the correct parent spin
Lb_SIGNAL -> MyLambda0 Mytau+ Mytau- (BTOSLLBALL)
Could you double check the implementation of this model?
Dear Julio, I have one additional suggestion, not really a comment: |
Dear Xunwu, thank you for checking all the files. Indeed the naming for those Lambda decays was ambiguous. I have changed the cards and now Lb stands for Lambda_b and L for Lambda_0, which is the LHCb standard. Also, it looks like BTOSLLBALL will not work for Lambda decays because of its spin. After asking the LHCb simulation team, we were advised to use RareLbToLll - it has been used for a few LHCb cards before. Hopefully this model will work for these decays too. Thank you again for your help! |
Dear Julio, |
Add 16 new cards for several B decays, including neutral modes and charged lepton modes.