Geant4  10.02.p03
G4FTFPProtonBuilder Class Reference

#include <G4FTFPProtonBuilder.hh>

Inheritance diagram for G4FTFPProtonBuilder:
Collaboration diagram for G4FTFPProtonBuilder:

Public Member Functions

 G4FTFPProtonBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFPProtonBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4ProtonInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VProtonBuilder
 G4VProtonBuilder ()
 
virtual ~G4VProtonBuilder ()
 

Private Attributes

G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4LundStringFragmentationtheLund
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 57 of file G4FTFPProtonBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFPProtonBuilder()

G4FTFPProtonBuilder::G4FTFPProtonBuilder ( G4bool  quasiElastic = false)

Definition at line 49 of file G4FTFPProtonBuilder.cc.

50 {
51  theMin = 4*GeV;
52  theMax = 100.*TeV;
53  theModel = new G4TheoFSGenerator("FTFP");
54 
58 
60 
62  if (quasiElastic)
63  {
66  } else
67  { theQuasiElastic=0;}
68 
72 }
G4QuasiElasticChannel * theQuasiElastic
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetMinEnergy(G4double anEnergy)
G4TheoFSGenerator * theModel
static const double GeV
Definition: G4SIunits.hh:214
G4ExcitedStringDecay * theStringDecay
G4LundStringFragmentation * theLund
G4GeneratorPrecompoundInterface * theCascade
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ ~G4FTFPProtonBuilder()

G4FTFPProtonBuilder::~G4FTFPProtonBuilder ( )
virtual

Definition at line 85 of file G4FTFPProtonBuilder.cc.

86 {
87  delete theStringDecay;
88  delete theStringModel;
89  if ( theQuasiElastic ) delete theQuasiElastic;
90  delete theLund;
91 }
G4QuasiElasticChannel * theQuasiElastic
G4ExcitedStringDecay * theStringDecay
G4LundStringFragmentation * theLund
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/2]

void G4FTFPProtonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VProtonBuilder.

Definition at line 94 of file G4FTFPProtonBuilder.cc.

95 {
96 }
Here is the caller graph for this function:

◆ Build() [2/2]

void G4FTFPProtonBuilder::Build ( G4ProtonInelasticProcess aP)
virtual

Implements G4VProtonBuilder.

Definition at line 75 of file G4FTFPProtonBuilder.cc.

76 {
79  aP->RegisterMe(theModel);
80 
82 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
G4TheoFSGenerator * theModel
static G4Proton * Proton()
Definition: G4Proton.cc:93
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4FTFPProtonBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 68 of file G4FTFPProtonBuilder.hh.

68 {theMax = aM;}
Here is the caller graph for this function:

◆ SetMinEnergy()

void G4FTFPProtonBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 67 of file G4FTFPProtonBuilder.hh.

67 {theMin = aM;}
Here is the caller graph for this function:

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4FTFPProtonBuilder::theCascade
private

Definition at line 72 of file G4FTFPProtonBuilder.hh.

◆ theLund

G4LundStringFragmentation* G4FTFPProtonBuilder::theLund
private

Definition at line 76 of file G4FTFPProtonBuilder.hh.

◆ theMax

G4double G4FTFPProtonBuilder::theMax
private

Definition at line 78 of file G4FTFPProtonBuilder.hh.

◆ theMin

G4double G4FTFPProtonBuilder::theMin
private

Definition at line 77 of file G4FTFPProtonBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFPProtonBuilder::theModel
private

Definition at line 71 of file G4FTFPProtonBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFPProtonBuilder::theQuasiElastic
private

Definition at line 75 of file G4FTFPProtonBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFPProtonBuilder::theStringDecay
private

Definition at line 74 of file G4FTFPProtonBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFPProtonBuilder::theStringModel
private

Definition at line 73 of file G4FTFPProtonBuilder.hh.


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