Skip to content

Commit a716d37

Browse files
authored
Update CollisionTypeHelper.h
1 parent 8d0cd0e commit a716d37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Common/Core/CollisionTypeHelper.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ struct CollisionSystemType {
3434
static constexpr collType kCollSysPbPb = 1; // PbPb
3535
static constexpr collType kCollSysXeXe = 2; // XeXe
3636
static constexpr collType kCollSyspPb = 3; // pPb
37-
static constexpr collType kNCollSys = 4; // Number of collision systems
37+
static constexpr collType kCollSysOO = 4; // OO (Oxygen-Oxygen)
38+
static constexpr collType kCollSyspO = 5; // pO (proton-Oxygen)
39+
static constexpr collType kCollSysNeNe = 6; // NeNe (Neon-Neon)
40+
static constexpr collType kNCollSys = 7; // Number of collision systems
3841

3942
static std::string getCollisionSystemName(collType collSys);
4043

0 commit comments

Comments
 (0)