Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VFermiBreakUp Class Reference

#include <G4VFermiBreakUp.hh>

Inheritance diagram for G4VFermiBreakUp:

Public Member Functions

 G4VFermiBreakUp ()
virtual ~G4VFermiBreakUp ()=default
virtual void Initialise ()
virtual G4bool IsApplicable (G4int, G4int, G4double) const
virtual void BreakFragment (G4FragmentVector *, G4Fragment *)
 G4VFermiBreakUp (const G4VFermiBreakUp &right)=delete
const G4VFermiBreakUpoperator= (const G4VFermiBreakUp &right)=delete
G4bool operator== (const G4VFermiBreakUp &right) const =delete
G4bool operator!= (const G4VFermiBreakUp &right) const =delete
void SetVerbose (G4int val)

Protected Attributes

G4int verbose {0}

Detailed Description

Definition at line 40 of file G4VFermiBreakUp.hh.

Constructor & Destructor Documentation

◆ G4VFermiBreakUp() [1/2]

G4VFermiBreakUp::G4VFermiBreakUp ( )
inline

Definition at line 44 of file G4VFermiBreakUp.hh.

44{};

Referenced by G4VFermiBreakUp(), operator!=(), operator=(), and operator==().

◆ ~G4VFermiBreakUp()

virtual G4VFermiBreakUp::~G4VFermiBreakUp ( )
virtualdefault

◆ G4VFermiBreakUp() [2/2]

G4VFermiBreakUp::G4VFermiBreakUp ( const G4VFermiBreakUp & right)
delete

Member Function Documentation

◆ BreakFragment()

virtual void G4VFermiBreakUp::BreakFragment ( G4FragmentVector * ,
G4Fragment *  )
inlinevirtual

Reimplemented in G4FermiBreakUpAN, and G4FermiBreakUpVI.

Definition at line 57 of file G4VFermiBreakUp.hh.

58 {};

◆ Initialise()

virtual void G4VFermiBreakUp::Initialise ( )
inlinevirtual

Reimplemented in G4FermiBreakUpAN, and G4FermiBreakUpVI.

Definition at line 47 of file G4VFermiBreakUp.hh.

47{};

◆ IsApplicable()

virtual G4bool G4VFermiBreakUp::IsApplicable ( G4int ,
G4int ,
G4double  ) const
inlinevirtual

Reimplemented in G4FermiBreakUpAN, and G4FermiBreakUpVI.

Definition at line 50 of file G4VFermiBreakUp.hh.

51 { return false; };

◆ operator!=()

G4bool G4VFermiBreakUp::operator!= ( const G4VFermiBreakUp & right) const
delete

◆ operator=()

const G4VFermiBreakUp & G4VFermiBreakUp::operator= ( const G4VFermiBreakUp & right)
delete

◆ operator==()

G4bool G4VFermiBreakUp::operator== ( const G4VFermiBreakUp & right) const
delete

◆ SetVerbose()

void G4VFermiBreakUp::SetVerbose ( G4int val)
inline

Definition at line 65 of file G4VFermiBreakUp.hh.

65{ verbose = val; }

Member Data Documentation

◆ verbose

G4int G4VFermiBreakUp::verbose {0}
protected

The documentation for this class was generated from the following file: