#include <G4StringModel.hh>
Inheritance diagram for G4StringModel:
Public Member Functions | |
G4StringModel () | |
~G4StringModel () | |
void | Set3DNucleus (G4V3DNucleus *const value) |
void | SetStringFragmentationModel (G4VStringFragmentation *const value) |
void | SetGenerator (G4EventGenerator *const value) |
Definition at line 39 of file G4StringModel.hh.
G4StringModel::G4StringModel | ( | ) |
Definition at line 32 of file G4StringModel.cc.
00032 : G4VHighEnergyGenerator(), 00033 the3DNucleus(0), theStringFragmentationModel(0),theGenerator(0) 00034 { 00035 }
G4StringModel::~G4StringModel | ( | ) |
void G4StringModel::Set3DNucleus | ( | G4V3DNucleus *const | value | ) | [inline] |
void G4StringModel::SetGenerator | ( | G4EventGenerator *const | value | ) | [inline] |
void G4StringModel::SetStringFragmentationModel | ( | G4VStringFragmentation *const | value | ) | [inline] |