We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee2c94 commit 004b42cCopy full SHA for 004b42c
1 file changed
PWGCF/DataModel/FemtoDerived.h
@@ -747,8 +747,16 @@ static constexpr std::string_view ParticleOriginMCTruthName[kNOriginMCTruthTypes
747
"_Material",
748
"_NotPrimary",
749
"_Fake",
750
+ "_WrongCollision",
751
"_SecondaryDaughterLambda",
- "_SecondaryDaughterSigmaPlus"};
752
+ "_SecondaryDaughterSigmaPlus",
753
+ "_SecondaryDaughterSigma0",
754
+ "_SecondaryDaughterXiMinus",
755
+ "_SecondaryDaughterXi0",
756
+ "_SecondaryDaughterOmegaMinus",
757
+ "_SecondaryDaughterXistar0",
758
+ "_SecondaryDaughterXistarMinus",
759
+ "_Else"};
760
761
/// Distinguished between reconstructed and truth
762
enum MCType {
0 commit comments