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
Copy file name to clipboardExpand all lines: Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/Hit.h
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@
19
19
20
20
namespaceo2::trk
21
21
{
22
-
using Hit = o2::itsmft::Hit; // For now we rely on the same Hit class as ITSMFT, but we can extend it with TRK-specific information if needed in the future
22
+
classHit : publico2::itsmft::Hit
23
+
{
24
+
public:
25
+
using o2::itsmft::Hit::Hit; // Inherit constructors
0 commit comments