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