We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dca4c1 commit 87e005bCopy full SHA for 87e005b
1 file changed
PWGLF/DataModel/LFSlimHeLambda.h
@@ -82,7 +82,7 @@ struct lambdaCandidate {
82
float v0Radius = -1.f; // V0 radius
83
float protonNSigmaTPC = -999.f; // Proton TPC nSigma
84
float pionNSigmaTPC = -999.f; // Pion TPC nSigma
85
- int8_t sign = 0; // Charge sign of the Lambda candidate
+ int8_t sign = 0; // Charge sign of the Lambda candidate
86
};
87
88
#endif // PWGLF_DATAMODEL_LFSLIMNUCLEITABLES_H_
0 commit comments