|
Geant4
10.00.p03
|
#include <G4VPreCompoundEmissionFactory.hh>
Inheritance diagram for G4VPreCompoundEmissionFactory:Classes | |
| struct | DeleteFragment |
Public Member Functions | |
| G4VPreCompoundEmissionFactory () | |
| virtual | ~G4VPreCompoundEmissionFactory () |
| std::vector < G4VPreCompoundFragment * > * | GetFragmentVector () |
Protected Member Functions | |
| virtual std::vector < G4VPreCompoundFragment * > * | CreateFragmentVector ()=0 |
Private Member Functions | |
| G4VPreCompoundEmissionFactory (const G4VPreCompoundEmissionFactory &) | |
| const G4VPreCompoundEmissionFactory & | operator= (const G4VPreCompoundEmissionFactory &val) |
| G4bool | operator== (const G4VPreCompoundEmissionFactory &val) const |
| G4bool | operator!= (const G4VPreCompoundEmissionFactory &val) const |
Private Attributes | |
| std::vector < G4VPreCompoundFragment * > * | fragvector |
Definition at line 37 of file G4VPreCompoundEmissionFactory.hh.
| G4VPreCompoundEmissionFactory::G4VPreCompoundEmissionFactory | ( | ) |
Definition at line 32 of file G4VPreCompoundEmissionFactory.cc.
|
virtual |
Definition at line 36 of file G4VPreCompoundEmissionFactory.cc.
References fragvector.
|
private |
|
protectedpure virtual |
Implemented in G4HETCEmissionFactory, and G4PreCompoundEmissionFactory.
Referenced by GetFragmentVector().
Here is the caller graph for this function:
|
inline |
Definition at line 73 of file G4VPreCompoundEmissionFactory.hh.
References CreateFragmentVector(), and fragvector.
Referenced by G4PreCompoundEmission::G4PreCompoundEmission(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
Definition at line 59 of file G4VPreCompoundEmissionFactory.hh.
Referenced by GetFragmentVector(), and ~G4VPreCompoundEmissionFactory().