attach vtk context to gcompose

This commit is contained in:
AndreaRigoni
2026-03-22 12:18:33 +00:00
parent a8f786d8d1
commit 324aaa91b7
36 changed files with 674 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
#include "HEP/Detectors/DetectorChamber.h"
#include "Core/ObjectFactory.h"
#include <cmath>
namespace uLib {
@@ -43,4 +44,6 @@ MuonEvent DetectorChamber::ProjectMuonEvent(const MuonEvent &muon) const {
return projectedMuon;
}
ULIB_REGISTER_OBJECT(DetectorChamber)
} // namespace uLib