ATLAS Offline Software
IAddPhysicsDecayTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4ATLASINTERFACES_IAddPhysicsDecayTool_H
6 #define G4ATLASINTERFACES_IAddPhysicsDecayTool_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 class G4String;
10 
11 
20 class IAddPhysicsDecayTool : virtual public IAlgTool
21 {
22 public:
24  virtual ~IAddPhysicsDecayTool() {}
27 
28 
29  virtual void AddPhysicsDecay() = 0;
30 
31 };
32 #endif
IAddPhysicsDecayTool::~IAddPhysicsDecayTool
virtual ~IAddPhysicsDecayTool()
Definition: IAddPhysicsDecayTool.h:24
IAddPhysicsDecayTool::DeclareInterfaceID
DeclareInterfaceID(IAddPhysicsDecayTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
IAddPhysicsDecayTool::IAddPhysicsDecayTool
IAddPhysicsDecayTool()
Definition: IAddPhysicsDecayTool.h:23
IAddPhysicsDecayTool::AddPhysicsDecay
virtual void AddPhysicsDecay()=0
IAddPhysicsDecayTool
Definition: IAddPhysicsDecayTool.h:21