ATLAS Offline Software
IG4AtlasSvc.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_IG4AtlasSvc_H
6 #define G4ATLASINTERFACES_IG4AtlasSvc_H
7 
8 #include "GaudiKernel/IService.h"
9 
18 class IG4AtlasSvc : virtual public IService {
19  public:
21  virtual ~IG4AtlasSvc() {}
24 
25 };
26 
27 #endif
IG4AtlasSvc::IG4AtlasSvc
IG4AtlasSvc()
Definition: IG4AtlasSvc.h:20
IG4AtlasSvc::DeclareInterfaceID
DeclareInterfaceID(IG4AtlasSvc, 1, 0)
Creates the InterfaceID and interfaceID() method.
IG4AtlasSvc
Definition: IG4AtlasSvc.h:18
IG4AtlasSvc::~IG4AtlasSvc
virtual ~IG4AtlasSvc()
Definition: IG4AtlasSvc.h:21