Geant4-11
|
#include <G4HETCEmissionFactory.hh>
Public Member Functions | |
G4HETCEmissionFactory () | |
std::vector< G4VPreCompoundFragment * > * | GetFragmentVector () |
G4bool | operator!= (const G4VPreCompoundEmissionFactory &val) const =delete |
G4bool | operator== (const G4VPreCompoundEmissionFactory &val) const =delete |
virtual | ~G4HETCEmissionFactory () |
Protected Member Functions | |
virtual std::vector< G4VPreCompoundFragment * > * | CreateFragmentVector () |
Private Member Functions | |
G4HETCEmissionFactory (const G4HETCEmissionFactory &) | |
G4bool | operator!= (const G4HETCEmissionFactory &val) const |
const G4HETCEmissionFactory & | operator= (const G4HETCEmissionFactory &val) |
G4bool | operator== (const G4HETCEmissionFactory &val) const |
Private Attributes | |
std::vector< G4VPreCompoundFragment * > * | fragvector = nullptr |
Definition at line 34 of file G4HETCEmissionFactory.hh.
G4HETCEmissionFactory::G4HETCEmissionFactory | ( | ) |
Definition at line 43 of file G4HETCEmissionFactory.cc.
|
virtual |
Definition at line 46 of file G4HETCEmissionFactory.cc.
|
private |
|
protectedvirtual |
Implements G4VPreCompoundEmissionFactory.
Definition at line 49 of file G4HETCEmissionFactory.cc.
|
inlineinherited |
Definition at line 62 of file G4VPreCompoundEmissionFactory.hh.
References G4VPreCompoundEmissionFactory::CreateFragmentVector(), and G4VPreCompoundEmissionFactory::fragvector.
Referenced by G4PreCompoundEmission::G4PreCompoundEmission(), G4PreCompoundEmission::SetDefaultModel(), and G4PreCompoundEmission::SetHETCModel().
|
private |
|
deleteinherited |
|
private |
|
private |
|
deleteinherited |
|
privateinherited |
Definition at line 58 of file G4VPreCompoundEmissionFactory.hh.
Referenced by G4VPreCompoundEmissionFactory::GetFragmentVector(), and G4VPreCompoundEmissionFactory::~G4VPreCompoundEmissionFactory().