Skip to content

Commit

Permalink
Merge pull request #283 from eic/irt-include-subdir
Browse files Browse the repository at this point in the history
fix: use `IRT/` path for `irt` include directives
  • Loading branch information
faustus123 authored Oct 26, 2022
2 parents fbccb0c + 142fe8b commit 3be7700
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/services/geometry/irt/irtgeo/IrtGeo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3be7700

Please sign in to comment.