Skip to content

Commit d1b0c89

Browse files
committed
add task for p-Dplus femto
1 parent b342dc8 commit d1b0c89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGCF/FemtoDream/Core/femtoDreamUtils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ inline float getMass(int pdgCode)
5252
case o2::constants::physics::Pdg::kPhi:
5353
mass = o2::constants::physics::MassPhi;
5454
break;
55+
case o2::constants::physics::Pdg::kDPlus:
56+
mass = o2::constants::physics::MassDPlus;
57+
break;
5558
case o2::constants::physics::Pdg::kLambdaCPlus:
5659
mass = o2::constants::physics::MassLambdaCPlus;
5760
break;

0 commit comments

Comments
 (0)