Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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::G4VertexCode ( G4String aCode)

Member Function Documentation

◆ GetCode()

G4String G4VertexCode::GetCode ( )
inline

Definition at line 51 of file G4VertexCode.hh.

52{
53 return theCode;
54}

◆ SetCode()

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: