-
Notifications
You must be signed in to change notification settings - Fork 68
Add particle definition #748
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
base: main
Are you sure you want to change the base?
Conversation
…which couldn't possibly cause any side effects, but lets be safe about it shall we?)
| class StAntiFastLambda : public StBaryon { | ||
| public: | ||
| static StAntiFastLambda* instance() {return &mAntiLambda;} | ||
| static StAntiFastLambda* antiLambda() {return &mAntiLambda;} |
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.
Is the naming convention being followed?
| static StAntiFastLambda* antiLambda() {return &mAntiLambda;} | |
| static StAntiFastLambda* antiFastLambda() {return &mAntiLambda;} |
| * | ||
| * $Id: StAntiFastLambda.hh,v 1.1 1999/05/14 18:48:46 ullrich Exp $ | ||
| * | ||
| * Author: Thomas Ullrich, May 99 (based on Geant4 code, see below) | ||
| *************************************************************************** |
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.
Do you want to keep these lines?
zhux97
left a comment
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.
Jason, thanks!
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Fast decay version of the lambdas per embedding request.