add Geant namespace

This commit is contained in:
AndreaRigoni
2026-03-14 14:01:44 +00:00
parent e5dfb75262
commit 692cdf7ae3
23 changed files with 76 additions and 26 deletions

View File

@@ -33,6 +33,7 @@
#include "Detectors/ChamberHitEvent.h"
namespace uLib {
namespace Geant {
class GeantEventData {
public:
@@ -56,6 +57,7 @@ public:
uLibRefMacro(ChEvents, Vector<ChamberHitEventData>)
};
} // namespace Geant
} // namespace uLib
#endif // GEANTEVENT_H