![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4VPreCompoundEmissionFactory:
Collaboration 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 36 of file G4VPreCompoundEmissionFactory.hh.
View newest version in sPHENIX GitHub at line 36 of file G4VPreCompoundEmissionFactory.hh
| G4VPreCompoundEmissionFactory::G4VPreCompoundEmissionFactory | ( | ) |
Definition at line 31 of file G4VPreCompoundEmissionFactory.cc.
View newest version in sPHENIX GitHub at line 31 of file G4VPreCompoundEmissionFactory.cc
|
virtual |
Definition at line 35 of file G4VPreCompoundEmissionFactory.cc.
View newest version in sPHENIX GitHub at line 35 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 72 of file G4VPreCompoundEmissionFactory.hh.
View newest version in sPHENIX GitHub at line 72 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 58 of file G4VPreCompoundEmissionFactory.hh.
View newest version in sPHENIX GitHub at line 58 of file G4VPreCompoundEmissionFactory.hh
Referenced by GetFragmentVector(), and ~G4VPreCompoundEmissionFactory().