We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0cd0e commit a716d37Copy full SHA for a716d37
Common/Core/CollisionTypeHelper.h
@@ -34,7 +34,10 @@ struct CollisionSystemType {
34
static constexpr collType kCollSysPbPb = 1; // PbPb
35
static constexpr collType kCollSysXeXe = 2; // XeXe
36
static constexpr collType kCollSyspPb = 3; // pPb
37
- static constexpr collType kNCollSys = 4; // Number of collision systems
+ 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
41
42
static std::string getCollisionSystemName(collType collSys);
43
0 commit comments