Skip to content

Commit

Permalink
fix: use IRT/ path for irt include directives
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 26, 2022
1 parent fbccb0c commit 142fe8b
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 142fe8b

Please sign in to comment.