|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <DefaultHepRepTreeID.h>
Inheritance diagram for cheprep::DefaultHepRepTreeID:Public Member Functions | |
| DefaultHepRepTreeID (std::string name, std::string version, std::string qualifier="top_level") | |
| ~DefaultHepRepTreeID () | |
| std::string | getQualifier () |
| void | setQualifier (std::string qualifier) |
| std::string | getName () |
| std::string | getVersion () |
Public Member Functions inherited from HEPREP::HepRepTreeID | |
| 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 |
Definition at line 16 of file DefaultHepRepTreeID.h.
| cheprep::DefaultHepRepTreeID::DefaultHepRepTreeID | ( | std::string | name, |
| std::string | version, | ||
| std::string | qualifier = "top_level" |
||
| ) |
Definition at line 15 of file DefaultHepRepTreeID.cc.
| cheprep::DefaultHepRepTreeID::~DefaultHepRepTreeID | ( | ) |
Definition at line 19 of file DefaultHepRepTreeID.cc.
|
virtual |
Returns the name of this treeID.
Implements HEPREP::HepRepTreeID.
Definition at line 30 of file DefaultHepRepTreeID.cc.
|
virtual |
Returns the qualifier that qualifies the relation that this treeID has with what it refers to.
Implements HEPREP::HepRepTreeID.
Definition at line 22 of file DefaultHepRepTreeID.cc.
|
virtual |
Returns the version of this treeID.
Implements HEPREP::HepRepTreeID.
Definition at line 34 of file DefaultHepRepTreeID.cc.
|
virtual |
Sets the qualifier that qualifies the relation that this treeID has with what it refers to.
| qualifier | to be set. |
Implements HEPREP::HepRepTreeID.
Definition at line 26 of file DefaultHepRepTreeID.cc.