Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <HepRepTreeID.h>
Public Member Functions | |
virtual | ~HepRepTreeID () |
Destructor. | |
virtual std::string | getName ()=0 |
virtual std::string | getVersion ()=0 |
virtual std::string | getQualifier ()=0 |
virtual void | setQualifier (std::string qualifier)=0 |
HepRepTreeID interface.
Definition at line 21 of file HepRepTreeID.h.
|
inlinevirtual |
|
pure virtual |
Returns the name of this treeID.
Implemented in cheprep::DefaultHepRepTreeID.
Referenced by cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns the qualifier that qualifies the relation that this treeID has with what it refers to.
Implemented in cheprep::DefaultHepRepTreeID.
Referenced by cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns the version of this treeID.
Implemented in cheprep::DefaultHepRepTreeID.
Referenced by cheprep::XMLHepRepWriter::write().
|
pure virtual |
Sets the qualifier that qualifies the relation that this treeID has with what it refers to.
qualifier | to be set. |
Implemented in cheprep::DefaultHepRepTreeID.