|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <DefaultHepRepAction.h>
Inheritance diagram for cheprep::DefaultHepRepAction: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 16 of file DefaultHepRepAction.h.
| cheprep::DefaultHepRepAction::DefaultHepRepAction | ( | std::string | name, |
| std::string | expression | ||
| ) |
Definition at line 15 of file DefaultHepRepAction.cc.
| cheprep::DefaultHepRepAction::~DefaultHepRepAction | ( | ) |
Definition at line 19 of file DefaultHepRepAction.cc.
|
virtual |
Returns a deep copy of this action.
Implements HEPREP::HepRepAction.
Definition at line 30 of file DefaultHepRepAction.cc.
|
virtual |
Returns expression associated with this action.
Implements HEPREP::HepRepAction.
Definition at line 26 of file DefaultHepRepAction.cc.
|
virtual |
Returns name of this action.
Implements HEPREP::HepRepAction.
Definition at line 22 of file DefaultHepRepAction.cc.