Skip to content

Commit 004b42c

Browse files
committed
Complete FemtoDream MC origin names
1 parent 7ee2c94 commit 004b42c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

PWGCF/DataModel/FemtoDerived.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,16 @@ static constexpr std::string_view ParticleOriginMCTruthName[kNOriginMCTruthTypes
747747
"_Material",
748748
"_NotPrimary",
749749
"_Fake",
750+
"_WrongCollision",
750751
"_SecondaryDaughterLambda",
751-
"_SecondaryDaughterSigmaPlus"};
752+
"_SecondaryDaughterSigmaPlus",
753+
"_SecondaryDaughterSigma0",
754+
"_SecondaryDaughterXiMinus",
755+
"_SecondaryDaughterXi0",
756+
"_SecondaryDaughterOmegaMinus",
757+
"_SecondaryDaughterXistar0",
758+
"_SecondaryDaughterXistarMinus",
759+
"_Else"};
752760

753761
/// Distinguished between reconstructed and truth
754762
enum MCType {

0 commit comments

Comments
 (0)