ATLAS Offline Software
Loading...
Searching...
No Matches
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"
9class G4String;
10
11
19
20class IAddPhysicsDecayTool : virtual public IAlgTool
21{
22public:
27
28
29 virtual void AddPhysicsDecay() = 0;
30
31};
32#endif
DeclareInterfaceID(IAddPhysicsDecayTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
virtual void AddPhysicsDecay()=0