Geant4_10
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4CascadeDeexciteBase Class Reference

#include <G4CascadeDeexciteBase.hh>

Inheritance diagram for G4CascadeDeexciteBase:
Inheritance graph
[legend]
Collaboration diagram for G4CascadeDeexciteBase:
Collaboration graph
[legend]

Public Member Functions

 G4CascadeDeexciteBase (const char *name)
 
virtual ~G4CascadeDeexciteBase ()
 
virtual void setVerboseLevel (G4int verbose=0)
 
- Public Member Functions inherited from G4VCascadeDeexcitation
 G4VCascadeDeexcitation (const char *name)
 
virtual ~G4VCascadeDeexcitation ()
 
virtual void collide (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &globalOutput)
 
virtual void deExcite (const G4Fragment &fragment, G4CollisionOutput &output)=0
 
- Public Member Functions inherited from G4VCascadeCollider
 G4VCascadeCollider (const char *name, G4int verbose=0)
 
virtual ~G4VCascadeCollider ()
 

Protected Member Functions

virtual G4bool explosion (const G4Fragment &target) const
 
virtual G4bool explosion (G4int A, G4int Z, G4double excitation) const
 
virtual G4bool validateOutput (const G4Fragment &target, G4CollisionOutput &output)
 
virtual G4bool validateOutput (const G4Fragment &target, const std::vector< G4InuclElementaryParticle > &particles)
 
virtual G4bool validateOutput (const G4Fragment &target, const std::vector< G4InuclNuclei > &fragments)
 
void getTargetData (const G4Fragment &target)
 
const G4FragmentmakeFragment (G4LorentzVector mom, G4int A, G4int Z, G4double EX=0.)
 
const G4FragmentmakeFragment (G4int A, G4int Z, G4double EX=0.)
 
- Protected Member Functions inherited from G4VCascadeCollider
virtual void setName (const char *name)
 

Protected Attributes

G4CascadeCheckBalancebalance
 
G4int A
 
G4int Z
 
G4LorentzVector PEX
 
G4double EEXS
 
G4Fragment aFragment
 
- Protected Attributes inherited from G4VCascadeCollider
const char * theName
 
G4int verboseLevel
 

Detailed Description

Definition at line 45 of file G4CascadeDeexciteBase.hh.

Constructor & Destructor Documentation

G4CascadeDeexciteBase::G4CascadeDeexciteBase ( const char *  name)

Definition at line 49 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

G4CascadeDeexciteBase::~G4CascadeDeexciteBase ( )
virtual

Definition at line 55 of file G4CascadeDeexciteBase.cc.

Member Function Documentation

G4bool G4CascadeDeexciteBase::explosion ( const G4Fragment target) const
protectedvirtual

Definition at line 110 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeDeexciteBase::explosion ( G4int  A,
G4int  Z,
G4double  excitation 
) const
protectedvirtual

Definition at line 115 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

void G4CascadeDeexciteBase::getTargetData ( const G4Fragment target)
protected

Definition at line 67 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Fragment & G4CascadeDeexciteBase::makeFragment ( G4LorentzVector  mom,
G4int  A,
G4int  Z,
G4double  EX = 0. 
)
protected

Definition at line 87 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Fragment & G4CascadeDeexciteBase::makeFragment ( G4int  A,
G4int  Z,
G4double  EX = 0. 
)
protected

Definition at line 82 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

void G4CascadeDeexciteBase::setVerboseLevel ( G4int  verbose = 0)
virtual

Reimplemented from G4VCascadeCollider.

Reimplemented in G4EquilibriumEvaporator, G4PreCompoundDeexcitation, and G4CascadeDeexcitation.

Definition at line 59 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeDeexciteBase::validateOutput ( const G4Fragment target,
G4CollisionOutput output 
)
protectedvirtual

Definition at line 131 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeDeexciteBase::validateOutput ( const G4Fragment target,
const std::vector< G4InuclElementaryParticle > &  particles 
)
protectedvirtual

Definition at line 143 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

G4bool G4CascadeDeexciteBase::validateOutput ( const G4Fragment target,
const std::vector< G4InuclNuclei > &  fragments 
)
protectedvirtual

Definition at line 155 of file G4CascadeDeexciteBase.cc.

Here is the call graph for this function:

Member Data Documentation

G4int G4CascadeDeexciteBase::A
protected

Definition at line 74 of file G4CascadeDeexciteBase.hh.

G4Fragment G4CascadeDeexciteBase::aFragment
protected

Definition at line 83 of file G4CascadeDeexciteBase.hh.

G4CascadeCheckBalance* G4CascadeDeexciteBase::balance
protected

Definition at line 58 of file G4CascadeDeexciteBase.hh.

G4double G4CascadeDeexciteBase::EEXS
protected

Definition at line 77 of file G4CascadeDeexciteBase.hh.

G4LorentzVector G4CascadeDeexciteBase::PEX
protected

Definition at line 76 of file G4CascadeDeexciteBase.hh.

G4int G4CascadeDeexciteBase::Z
protected

Definition at line 75 of file G4CascadeDeexciteBase.hh.


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