Skip to content

Commit 3776c80

Browse files
committed
add sim traits
1 parent 15a94f1 commit 3776c80

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • DataFormats/Detectors/Common/include/DetectorsCommonDataFormats

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/SimTraits.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class SimTraits
100100
/*RCH*/ VS{ "RCHHit" },
101101
/*MI3*/ VS{ "MI3Hit" },
102102
/*ECL*/ VS{ "ECLHit" },
103-
/*FD */ VS{ "FDHit" }
103+
/*FD3*/ VS{ "FD3Hit" }
104104
#endif
105105
};
106106
// clang-format on
@@ -172,6 +172,10 @@ namespace focal
172172
{
173173
class Hit;
174174
}
175+
namespace fd3
176+
{
177+
class Hit;
178+
}
175179
namespace detectors
176180
{
177181

@@ -256,6 +260,10 @@ template <>
256260
struct DetIDToHitTypes<o2::detectors::DetID::FCT> {
257261
using HitType = o2::itsmft::Hit;
258262
};
263+
template <>
264+
struct DetIDToHitTypes<o2::detectors::DetID::FD3> {
265+
using HitType = o2::fd3::Hit;
266+
};
259267
#endif
260268

261269
} // namespace detectors

0 commit comments

Comments
 (0)