Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VertexCode Class Reference

#include <G4VertexCode.hh>

Public Member Functions

 G4VertexCode (G4String &aCode)
 
void SetCode (G4String &aCode)
 
G4String GetCode ()
 

Detailed Description

Definition at line 33 of file G4VertexCode.hh.

Constructor & Destructor Documentation

G4VertexCode::G4VertexCode ( G4String aCode)

Member Function Documentation

G4String G4VertexCode::GetCode ( )
inline

Definition at line 51 of file G4VertexCode.hh.

52 {
53  return theCode;
54 }
void G4VertexCode::SetCode ( G4String aCode)
inline

Definition at line 46 of file G4VertexCode.hh.

47 {
48  theCode = aCode;
49 }

The documentation for this class was generated from the following file: