|
Geant4
10.03.p03
|
#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. More... | |
Definition at line 17 of file DefaultHepRepAction.h.
| cheprep::DefaultHepRepAction::DefaultHepRepAction | ( | std::string | name, |
| std::string | expression | ||
| ) |
| 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.