From 142fe8bddc549e9cc12aa2615673154e76f1b224 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 25 Oct 2022 23:45:38 -0400 Subject: [PATCH] fix: use `IRT/` path for `irt` include directives --- src/services/geometry/irt/irtgeo/IrtGeo.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/services/geometry/irt/irtgeo/IrtGeo.h b/src/services/geometry/irt/irtgeo/IrtGeo.h index 93f371be17..892b6ef7df 100644 --- a/src/services/geometry/irt/irtgeo/IrtGeo.h +++ b/src/services/geometry/irt/irtgeo/IrtGeo.h @@ -15,11 +15,11 @@ #include "DD4hep/DD4hepUnits.h" // IRT -#include "CherenkovDetectorCollection.h" -#include "CherenkovPhotonDetector.h" -#include "CherenkovRadiator.h" -#include "OpticalBoundary.h" -#include "ParametricSurface.h" +#include "IRT/CherenkovDetectorCollection.h" +#include "IRT/CherenkovPhotonDetector.h" +#include "IRT/CherenkovRadiator.h" +#include "IRT/OpticalBoundary.h" +#include "IRT/ParametricSurface.h" class IrtGeo { public: