Geant4  10.02.p03
G4InteractionCode Class Reference

#include <G4InteractionCode.hh>

Collaboration diagram for G4InteractionCode:

Public Member Functions

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

Private Attributes

G4String theCode
 

Detailed Description

Definition at line 33 of file G4InteractionCode.hh.

Constructor & Destructor Documentation

◆ G4InteractionCode()

G4InteractionCode::G4InteractionCode ( G4String aCode)

Member Function Documentation

◆ GetCode()

G4String G4InteractionCode::GetCode ( )
inline

Definition at line 52 of file G4InteractionCode.hh.

53 {
54  return theCode;
55 }

◆ SetCode()

void G4InteractionCode::SetCode ( G4String aCode)
inline

Definition at line 47 of file G4InteractionCode.hh.

48 {
49  theCode = aCode;
50 }

Member Data Documentation

◆ theCode

G4String G4InteractionCode::theCode
private

Definition at line 44 of file G4InteractionCode.hh.


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