Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TheoModelFactory< C, S, F > Class Template Reference

#include <TheoModelFactory.hh>

Static Public Member Functions

static G4TheoFSGeneratorNew ()
 

Detailed Description

template<class C, class S, class F>
class TheoModelFactory< C, S, F >

Definition at line 30 of file TheoModelFactory.hh.

Member Function Documentation

template<class C , class S , class F >
static G4TheoFSGenerator* TheoModelFactory< C, S, F >::New ( )
inlinestatic

Definition at line 33 of file TheoModelFactory.hh.

34  {
36  G4VIntraNuclearTransportModel * theCascade = new C;
37  result->SetTransport(theCascade);
38 
39  G4VLongitudinalStringDecay * theFragmentation = new F;
40  G4ExcitedStringDecay * theStringDecay = new G4ExcitedStringDecay(theFragmentation);
41  G4VPartonStringModel * theStringModel = new S;
42  theStringModel->SetFragmentationModel(theStringDecay);
43  result->SetHighEnergyGenerator(theStringModel);
44 
45  return result;
46  }
G4double G4ParticleHPJENDLHEData::G4double result
double S(double temp)
void SetFragmentationModel(G4VStringFragmentation *aModel)
double C(double temp)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetTransport(G4VIntraNuclearTransportModel *const value)

Here is the call graph for this function:


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