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