ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/HEPREP/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.
View newest version in sPHENIX GitHub at line 21 of file HepRepAction.h
|
inlinevirtual |
Destructor.
Definition at line 25 of file HepRepAction.h.
View newest version in sPHENIX GitHub at line 25 of file HepRepAction.h
|
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().