We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a94f1 commit 3776c80Copy full SHA for 3776c80
1 file changed
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/SimTraits.h
@@ -100,7 +100,7 @@ class SimTraits
100
/*RCH*/ VS{ "RCHHit" },
101
/*MI3*/ VS{ "MI3Hit" },
102
/*ECL*/ VS{ "ECLHit" },
103
- /*FD */ VS{ "FDHit" }
+ /*FD3*/ VS{ "FD3Hit" }
104
#endif
105
};
106
// clang-format on
@@ -172,6 +172,10 @@ namespace focal
172
{
173
class Hit;
174
}
175
+namespace fd3
176
+{
177
+class Hit;
178
+}
179
namespace detectors
180
181
@@ -256,6 +260,10 @@ template <>
256
260
struct DetIDToHitTypes<o2::detectors::DetID::FCT> {
257
261
using HitType = o2::itsmft::Hit;
258
262
263
+template <>
264
+struct DetIDToHitTypes<o2::detectors::DetID::FD3> {
265
+ using HitType = o2::fd3::Hit;
266
+};
259
267
268
269
} // namespace detectors
0 commit comments