#include <G4QGSCProtonBuilder.hh>
Definition at line 59 of file G4QGSCProtonBuilder.hh.
◆ G4QGSCProtonBuilder()
G4QGSCProtonBuilder::G4QGSCProtonBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 45 of file G4QGSCProtonBuilder.cc.
47{
48 theMin = 8*GeV;
50
54
56
59 if (quasiElastic)
60 {
63 } else
64 { theQuasiElastic=0;}
65}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSCProtonBuilder()
G4QGSCProtonBuilder::~G4QGSCProtonBuilder |
( |
| ) |
|
|
virtual |
Definition at line 67 of file G4QGSCProtonBuilder.cc.
69{
70 delete theCascade;
71 delete theStringDecay;
72 delete theStringModel;
73 if ( theQuasiElastic ) delete theQuasiElastic;
74 delete theModel;
75}
◆ Build() [1/2]
◆ Build() [2/2]
Implements G4VProtonBuilder.
Definition at line 82 of file G4QGSCProtonBuilder.cc.
84{
89}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ SetMinEnergy()
void G4QGSCProtonBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: