![]() |
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/HepRepTreeID.h>
Inheritance diagram for HEPREP::HepRepTreeID: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.
View newest version in sPHENIX GitHub at line 21 of file HepRepTreeID.h
|
inlinevirtual |
Destructor.
Definition at line 25 of file HepRepTreeID.h.
View newest version in sPHENIX GitHub at line 25 of file HepRepTreeID.h
|
pure virtual |
Returns the name of this treeID.
Implemented in cheprep::DefaultHepRepTreeID.
Referenced by cheprep::XMLHepRepWriter::write().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
pure virtual |
Returns the version of this treeID.
Implemented in cheprep::DefaultHepRepTreeID.
Referenced by cheprep::XMLHepRepWriter::write().
Here is the caller graph for this function:
|
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.