G4StringModel Class Reference

#include <G4StringModel.hh>

Inheritance diagram for G4StringModel:

G4VHighEnergyGenerator

Public Member Functions

 G4StringModel ()
 ~G4StringModel ()
void Set3DNucleus (G4V3DNucleus *const value)
void SetStringFragmentationModel (G4VStringFragmentation *const value)
void SetGenerator (G4EventGenerator *const value)

Detailed Description

Definition at line 39 of file G4StringModel.hh.


Constructor & Destructor Documentation

G4StringModel::G4StringModel (  ) 

Definition at line 32 of file G4StringModel.cc.

00032                              :  G4VHighEnergyGenerator(),
00033 the3DNucleus(0), theStringFragmentationModel(0),theGenerator(0)
00034 {
00035 }

G4StringModel::~G4StringModel (  ) 

Definition at line 38 of file G4StringModel.cc.

00039 {
00040 }


Member Function Documentation

void G4StringModel::Set3DNucleus ( G4V3DNucleus *const   value  )  [inline]

Definition at line 74 of file G4StringModel.hh.

00075 {
00076   the3DNucleus = value;
00077 }

void G4StringModel::SetGenerator ( G4EventGenerator *const   value  )  [inline]

Definition at line 94 of file G4StringModel.hh.

00095 {
00096   theGenerator = value;
00097 }

void G4StringModel::SetStringFragmentationModel ( G4VStringFragmentation *const   value  )  [inline]

Definition at line 84 of file G4StringModel.hh.

00085 {
00086   theStringFragmentationModel = value;
00087 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:27 2013 for Geant4 by  doxygen 1.4.7