![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4VFermiBreakUp:Public Member Functions | |
| G4VFermiBreakUp () | |
| virtual | ~G4VFermiBreakUp () |
| virtual void | Initialise ()=0 |
| virtual G4bool | IsApplicable (G4int Z, G4int A, G4double mass) const =0 |
| virtual void | BreakFragment (G4FragmentVector *results, G4Fragment *theNucleus)=0 |
| void | SetVerbose (G4int val) |
Protected Attributes | |
| G4int | verbose |
Private Member Functions | |
| G4VFermiBreakUp (const G4VFermiBreakUp &right) | |
| const G4VFermiBreakUp & | operator= (const G4VFermiBreakUp &right) |
| G4bool | operator== (const G4VFermiBreakUp &right) const |
| G4bool | operator!= (const G4VFermiBreakUp &right) const |
Definition at line 39 of file G4VFermiBreakUp.hh.
View newest version in sPHENIX GitHub at line 39 of file G4VFermiBreakUp.hh
|
inlineexplicit |
Definition at line 43 of file G4VFermiBreakUp.hh.
View newest version in sPHENIX GitHub at line 43 of file G4VFermiBreakUp.hh
|
inlinevirtual |
Definition at line 44 of file G4VFermiBreakUp.hh.
View newest version in sPHENIX GitHub at line 44 of file G4VFermiBreakUp.hh
|
private |
|
pure virtual |
Implemented in G4FermiBreakUpVI.
Referenced by G4ExcitationHandler::BreakItUp().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4FermiBreakUpVI.
Referenced by G4ExcitationHandler::Initialise().
Here is the caller graph for this function:Implemented in G4FermiBreakUpVI.
Referenced by G4Evaporation::BreakFragment(), and G4ExcitationHandler::BreakItUp().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
Definition at line 59 of file G4VFermiBreakUp.hh.
View newest version in sPHENIX GitHub at line 59 of file G4VFermiBreakUp.hh
References verbose.
Referenced by G4ExcitationHandler::SetParameters().
Here is the caller graph for this function:
|
protected |
Definition at line 63 of file G4VFermiBreakUp.hh.
View newest version in sPHENIX GitHub at line 63 of file G4VFermiBreakUp.hh
Referenced by G4FermiBreakUpVI::BreakFragment(), G4FermiBreakUpVI::Initialise(), G4FermiBreakUpVI::SampleDecay(), and SetVerbose().