ATLAS Offline Software
Simulation
G4Atlas
G4AtlasInterfaces
G4AtlasInterfaces
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
:
23
IAddPhysicsDecayTool
() {}
24
virtual
~IAddPhysicsDecayTool
() {}
26
DeclareInterfaceID
(
IAddPhysicsDecayTool
, 1, 0);
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
Generated on Thu Nov 7 2024 21:16:30 for ATLAS Offline Software by
1.8.18