Skip to content

Commit 8bc17c2

Browse files
Update femtoDreamUtils.h
1 parent a6b0b63 commit 8bc17c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

PWGCF/FemtoDream/Core/femtoDreamUtils.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,18 @@ inline float getMass(int pdgCode)
5454
case o2::constants::physics::Pdg::kPhi:
5555
mass = o2::constants::physics::MassPhi;
5656
break;
57+
case o2::constants::physics::Pdg::kD0:
58+
mass = o2::constants::physics::MassD0;
59+
break;
60+
case o2::constants::physics::Pdg::kDStar:
61+
mass = o2::constants::physics::MassDStar;
62+
break;
5763
case o2::constants::physics::Pdg::kDPlus:
5864
mass = o2::constants::physics::MassDPlus;
5965
break;
66+
case o2::constants::physics::Pdg::kDS:
67+
mass = o2::constants::physics::MassDS;
68+
break;
6069
case o2::constants::physics::Pdg::kLambdaCPlus:
6170
mass = o2::constants::physics::MassLambdaCPlus;
6271
break;

0 commit comments

Comments
 (0)