ATLAS Offline Software
Loading...
Searching...
No Matches
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
19
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::DeclareInterfaceID
DeclareInterfaceID(IAddPhysicsDecayTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
IAddPhysicsDecayTool::AddPhysicsDecay
virtual void AddPhysicsDecay()=0
IAddPhysicsDecayTool::~IAddPhysicsDecayTool
virtual ~IAddPhysicsDecayTool()
Definition
IAddPhysicsDecayTool.h:24
IAddPhysicsDecayTool::IAddPhysicsDecayTool
IAddPhysicsDecayTool()
Definition
IAddPhysicsDecayTool.h:23
Generated on
for ATLAS Offline Software by
1.14.0