We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ae90e commit 8e0941aCopy full SHA for 8e0941a
Detectors/ZDC/simulation/include/ZDCSimulation/Detector.h
@@ -130,4 +130,17 @@ class Detector : public o2::Base::DetImpl<Detector>
130
}
131
132
133
+#ifdef USESHM
134
+namespace o2
135
+{
136
+namespace Base
137
138
+template <>
139
+struct UseShm<o2::zdc::Detector> {
140
+ static constexpr bool value = true;
141
+};
142
+} // namespace Base
143
+} // namespace o2
144
+#endif
145
+
146
#endif
0 commit comments