Skip to content

Commit

Permalink
Remove superfluous IGeoSvc.h and its references
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 12, 2023
1 parent bf60345 commit 3847296
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 39 deletions.
4 changes: 3 additions & 1 deletion SimG4Components/src/InspectHitsCollectionsTool.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "InspectHitsCollectionsTool.h"

// k4FWCore
#include "k4Interface/IGeoSvc.h"

// FCCSW
#include "SimG4Interface/IGeoSvc.h"
#include "SimG4Common/Geant4CaloHit.h"
#include "SimG4Common/Geant4PreDigiTrackHit.h"

Expand Down
4 changes: 2 additions & 2 deletions SimG4Components/src/SimG4DD4hepDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "SimG4DD4hepDetector.h"

// FCCSW
#include "SimG4Interface/IGeoSvc.h"
// k4FWCore
#include "k4Interface/IGeoSvc.h"

// Geant4
#include "G4VUserDetectorConstruction.hh"
Expand Down
4 changes: 3 additions & 1 deletion SimG4Components/src/SimG4SaveTrajectory.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "SimG4SaveTrajectory.h"

// k4FwCore
#include "k4Interface/IGeoSvc.h"

// FCCSW
#include "SimG4Interface/IGeoSvc.h"
#include "SimG4Common/Units.h"

// Geant4
Expand Down
35 changes: 0 additions & 35 deletions SimG4Interface/include/SimG4Interface/IGeoSvc.h

This file was deleted.

0 comments on commit 3847296

Please sign in to comment.