Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 8, 2024
1 parent 46b64b7 commit 8860a7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k4Interface/include/k4Interface/IGeoSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class G4VUserDetectorConstruction;
class GAUDI_API IGeoSvc : virtual public IService {
public:
DeclareInterfaceID(IGeoSvc, 1, 0);
virtual dd4hep::DetElement getDD4HepGeo() = 0;
virtual dd4hep::Detector* getDetector() = 0;
virtual G4VUserDetectorConstruction* getGeant4Geo() = 0;
virtual std::string constantAsString(std::string const& name) = 0;
virtual dd4hep::DetElement getDD4HepGeo() = 0;
virtual dd4hep::Detector* getDetector() = 0;
virtual G4VUserDetectorConstruction* getGeant4Geo() = 0;
virtual std::string constantAsString(std::string const& name) = 0;
virtual ~IGeoSvc() {}
};

Expand Down

0 comments on commit 8860a7c

Please sign in to comment.