MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetCurrentTag

Method GetCurrentTag

source/visualization/modeling/src/G4VModel.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53G4String G4VModel::GetCurrentTag () const {
54 // Override in concrete class if concept of "current" is meaningful.
55 return fGlobalTag;
56}
57
58G4String G4VModel::GetCurrentDescription () const {
59 // Override in concrete class if concept of "current" is meaningful.

Callers 1

FindOrInsertTouchableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected