Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4InteractionCode Class Reference

#include <G4InteractionCode.hh>

Public Member Functions

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

Detailed Description

Definition at line 33 of file G4InteractionCode.hh.

Constructor & Destructor Documentation

G4InteractionCode::G4InteractionCode ( G4String aCode)

Member Function Documentation

G4String G4InteractionCode::GetCode ( )
inline

Definition at line 50 of file G4InteractionCode.hh.

51 {
52  return theCode;
53 }
void G4InteractionCode::SetCode ( G4String aCode)
inline

Definition at line 45 of file G4InteractionCode.hh.

46 {
47  theCode = aCode;
48 }

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