You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,8 +65,14 @@ int o2::common::core::CollisionSystemType::getCollisionTypeFromGrp(o2::parameter
53
65
returnkCollSysXeXe;
54
66
case82: // p-Pb 82*1
55
67
returnkCollSyspPb;
68
+
case64: // O-O 8*8
69
+
returnkCollSysOO;
70
+
case8: // p-O 8*1
71
+
returnkCollSyspO;
72
+
case100: // Ne-Ne 10*10
73
+
returnkCollSysNeNe;
56
74
default:
57
-
LOG(fatal) << "Undefined collision system in getCollisionTypeFromGrp with BeamA = " << ZBeamA << " and BeamC = " << ZBeamC;
75
+
LOG(fatal) << "Undefined collision system in getCollisionTypeFromGrp with Z of BeamA = " << ZBeamA << " and Z of BeamC = " << ZBeamC << "; A of BeamA = " << ABeamA << " and A of BeamC = " << ABeamC;
0 commit comments