Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGCF/Femto/DataModel/FemtoTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ namespace lite

// Xi-: PDG mass 1.32171 GeV, roughly ±100 MeV window
constexpr float XiMassMin = 1.22;
constexpr float XiMassMax = 1.42;
constexpr float XiMassMax = 1.42;
constexpr float XiMassStep = (XiMassMax - XiMassMin) / 65536.f;

// Omega-: PDG mass 1.67245 GeV, roughly ±100 MeV window
Expand Down
Loading