#include <G4QGSCPiKBuilder.hh>
Definition at line 60 of file G4QGSCPiKBuilder.hh.
◆ G4QGSCPiKBuilder()
G4QGSCPiKBuilder::G4QGSCPiKBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 45 of file G4QGSCPiKBuilder.cc.
47{
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)
◆ ~G4QGSCPiKBuilder()
G4QGSCPiKBuilder::~G4QGSCPiKBuilder |
( |
| ) |
|
|
virtual |
Definition at line 68 of file G4QGSCPiKBuilder.cc.
70{
71 delete theCascade;
72 delete theStringDecay;
73 delete theStringModel;
74 if ( theQuasiElastic ) delete theQuasiElastic;
75 delete theModel;
76}
◆ Build() [1/7]
◆ Build() [2/7]
Implements G4VPiKBuilder.
Definition at line 107 of file G4QGSCPiKBuilder.cc.
109{
113}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [3/7]
◆ Build() [4/7]
◆ Build() [5/7]
◆ Build() [6/7]
◆ Build() [7/7]
◆ SetMinEnergy()
void G4QGSCPiKBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: