#include <G4FTFCProtonBuilder.hh>
Definition at line 57 of file G4FTFCProtonBuilder.hh.
◆ G4FTFCProtonBuilder()
G4FTFCProtonBuilder::G4FTFCProtonBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 46 of file G4FTFCProtonBuilder.cc.
48{
49 theMin = 4*GeV;
51
55
57
59
60 if (quasiElastic)
61 {
64 } else
65 { theQuasiElastic=0;}
66
70}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4FTFCProtonBuilder()
G4FTFCProtonBuilder::~G4FTFCProtonBuilder |
( |
| ) |
|
|
virtual |
Definition at line 72 of file G4FTFCProtonBuilder.cc.
73{
74 delete theCascade;
75 delete theStringDecay;
76 if ( theQuasiElastic ) delete theQuasiElastic;
77 delete theStringModel;
78 delete theModel;
79}
◆ Build() [1/2]
◆ Build() [2/2]
◆ SetMinEnergy()
void G4FTFCProtonBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: