Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <HepRepAction.h>
Public Member Functions | |
virtual | ~HepRepAction () |
Destructor. | |
virtual std::string | getName ()=0 |
virtual std::string | getExpression ()=0 |
virtual HepRepAction * | copy ()=0 |
HepRepAction interface.
Definition at line 21 of file HepRepAction.h.
|
inlinevirtual |
|
pure virtual |
Returns a deep copy of this action.
Implemented in cheprep::DefaultHepRepAction.
|
pure virtual |
Returns expression associated with this action.
Implemented in cheprep::DefaultHepRepAction.
Referenced by cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns name of this action.
Implemented in cheprep::DefaultHepRepAction.
Referenced by cheprep::XMLHepRepWriter::write().