Geant4  10.02.p03
G4VertexCode Class Reference

#include <G4VertexCode.hh>

Collaboration diagram for G4VertexCode:

Public Member Functions

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

Private Attributes

G4String theCode
 

Detailed Description

Definition at line 33 of file G4VertexCode.hh.

Constructor & Destructor Documentation

◆ G4VertexCode()

G4VertexCode::G4VertexCode ( G4String aCode)

Member Function Documentation

◆ GetCode()

G4String G4VertexCode::GetCode ( )
inline

Definition at line 51 of file G4VertexCode.hh.

52 {
53  return theCode;
54 }
G4String theCode
Definition: G4VertexCode.hh:43

◆ SetCode()

void G4VertexCode::SetCode ( G4String aCode)
inline

Definition at line 46 of file G4VertexCode.hh.

47 {
48  theCode = aCode;
49 }
G4String theCode
Definition: G4VertexCode.hh:43

Member Data Documentation

◆ theCode

G4String G4VertexCode::theCode
private

Definition at line 43 of file G4VertexCode.hh.


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