Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <DefaultHepRepAction.h>
Public Member Functions | |
DefaultHepRepAction (std::string name, std::string expression) | |
~DefaultHepRepAction () | |
std::string | getName () |
std::string | getExpression () |
HEPREP::HepRepAction * | copy () |
Public Member Functions inherited from HEPREP::HepRepAction | |
virtual | ~HepRepAction () |
Destructor. | |
virtual std::string | getName ()=0 |
virtual std::string | getExpression ()=0 |
virtual HepRepAction * | copy ()=0 |
Definition at line 17 of file DefaultHepRepAction.h.
cheprep::DefaultHepRepAction::DefaultHepRepAction | ( | std::string | name, |
std::string | expression | ||
) |
Definition at line 16 of file DefaultHepRepAction.cc.
cheprep::DefaultHepRepAction::~DefaultHepRepAction | ( | ) |
Definition at line 20 of file DefaultHepRepAction.cc.
|
virtual |
Returns a deep copy of this action.
Implements HEPREP::HepRepAction.
Definition at line 31 of file DefaultHepRepAction.cc.
|
virtual |
Returns expression associated with this action.
Implements HEPREP::HepRepAction.
Definition at line 27 of file DefaultHepRepAction.cc.
|
virtual |
Returns name of this action.
Implements HEPREP::HepRepAction.
Definition at line 23 of file DefaultHepRepAction.cc.