ATLAS Offline Software
IGeo2G4Svc.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4AtlasInterfaces_IGeo2G4Svc_H
6 #define G4AtlasInterfaces_IGeo2G4Svc_H
7 
8 #include "GaudiKernel/IService.h"
9 #include "Geo2G4SvcBase.h"
10 
11 class IGeo2G4Svc: virtual public IService,
12  virtual public Geo2G4SvcBase {
13 public:
16 };
17 #endif // G4AtlasInterfaces_IGeo2G4Svc_H
IGeo2G4Svc::DeclareInterfaceID
DeclareInterfaceID(IGeo2G4Svc, 1, 0)
Creates the InterfaceID and interfaceID() method.
IGeo2G4Svc
Definition: IGeo2G4Svc.h:12
Geo2G4SvcBase
Definition: Geo2G4SvcBase.h:14
Geo2G4SvcBase.h