Skip to content

Commit 4c2e654

Browse files
committed
Restore Legacy channels.
1 parent b67eb57 commit 4c2e654

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PWGHF/Core/DecayChannelsLegacy.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ enum DecayType {
5050
};
5151
} // namespace hf_cand_dstar
5252

53+
namespace hf_cand_sigmac
54+
{
55+
enum DecayType {
56+
Sc0ToPKPiPi = 0,
57+
ScplusplusToPKPiPi,
58+
ScStar0ToPKPiPi,
59+
ScStarPlusPlusToPKPiPi
60+
};
61+
} // namespace hf_cand_sigmac
62+
5363
namespace hf_cand_b0
5464
{
5565
enum DecayType {

0 commit comments

Comments
 (0)