Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4CascadeColliderBase Class Reference

#include <G4CascadeColliderBase.hh>

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

Public Member Functions

 G4CascadeColliderBase (const char *name, G4int verbose=0)
 
virtual ~G4CascadeColliderBase ()
 
virtual void rescatter (G4InuclParticle *, G4KineticTrackVector *, G4V3DNucleus *, G4CollisionOutput &)
 
virtual void setVerboseLevel (G4int verbose=0)
 
virtual void setConservationChecks (G4bool doBalance=true)
 
- Public Member Functions inherited from G4VCascadeCollider
 G4VCascadeCollider (const char *name, G4int verbose=0)
 
virtual ~G4VCascadeCollider ()
 
virtual void collide (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &output)=0
 

Protected Member Functions

virtual G4bool useEPCollider (G4InuclParticle *bullet, G4InuclParticle *target) const
 
virtual G4bool explosion (G4InuclNuclei *target) const
 
virtual G4bool explosion (G4Fragment *target) const
 
virtual G4bool explosion (G4int A, G4int Z, G4double excitation) const
 
virtual G4bool inelasticInteractionPossible (G4InuclParticle *bullet, G4InuclParticle *target, G4double ekin) const
 
virtual G4bool validateOutput (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &output)
 
virtual G4bool validateOutput (G4InuclParticle *bullet, G4InuclParticle *target, const std::vector< G4InuclElementaryParticle > &particles)
 
virtual G4bool validateOutput (G4InuclParticle *bullet, G4InuclParticle *target, const std::vector< G4InuclNuclei > &fragments)
 
- Protected Member Functions inherited from G4VCascadeCollider
virtual void setName (const char *name)
 

Protected Attributes

G4InteractionCase interCase
 
G4bool doConservationChecks
 
G4CascadeCheckBalancebalance
 
- Protected Attributes inherited from G4VCascadeCollider
const char * theName
 
G4int verboseLevel
 

Detailed Description

Definition at line 58 of file G4CascadeColliderBase.hh.

Constructor & Destructor Documentation

G4CascadeColliderBase::G4CascadeColliderBase ( const char *  name,
G4int  verbose = 0 
)

Definition at line 53 of file G4CascadeColliderBase.cc.

G4CascadeColliderBase::~G4CascadeColliderBase ( )
virtual

Definition at line 62 of file G4CascadeColliderBase.cc.

Member Function Documentation

G4bool G4CascadeColliderBase::explosion ( G4InuclNuclei target) const
protectedvirtual

Definition at line 83 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeColliderBase::explosion ( G4Fragment target) const
protectedvirtual

Definition at line 88 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

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

Definition at line 94 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

G4bool G4CascadeColliderBase::inelasticInteractionPossible ( G4InuclParticle bullet,
G4InuclParticle target,
G4double  ekin 
) const
protectedvirtual

Definition at line 111 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void G4CascadeColliderBase::rescatter ( G4InuclParticle ,
G4KineticTrackVector ,
G4V3DNucleus ,
G4CollisionOutput  
)
inlinevirtual

Reimplemented in G4IntraNucleiCascader, and G4InuclCollider.

Definition at line 64 of file G4CascadeColliderBase.hh.

virtual void G4CascadeColliderBase::setConservationChecks ( G4bool  doBalance = true)
inlinevirtual

Definition at line 71 of file G4CascadeColliderBase.hh.

Here is the caller graph for this function:

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

Reimplemented from G4VCascadeCollider.

Reimplemented in G4IntraNucleiCascader, and G4InuclCollider.

Definition at line 66 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeColliderBase::useEPCollider ( G4InuclParticle bullet,
G4InuclParticle target 
) const
protectedvirtual

Definition at line 74 of file G4CascadeColliderBase.cc.

Here is the caller graph for this function:

G4bool G4CascadeColliderBase::validateOutput ( G4InuclParticle bullet,
G4InuclParticle target,
G4CollisionOutput output 
)
protectedvirtual

Definition at line 149 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4CascadeColliderBase::validateOutput ( G4InuclParticle bullet,
G4InuclParticle target,
const std::vector< G4InuclElementaryParticle > &  particles 
)
protectedvirtual

Definition at line 165 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

G4bool G4CascadeColliderBase::validateOutput ( G4InuclParticle bullet,
G4InuclParticle target,
const std::vector< G4InuclNuclei > &  fragments 
)
protectedvirtual

Definition at line 178 of file G4CascadeColliderBase.cc.

Here is the call graph for this function:

Member Data Documentation

G4CascadeCheckBalance* G4CascadeColliderBase::balance
protected

Definition at line 78 of file G4CascadeColliderBase.hh.

G4bool G4CascadeColliderBase::doConservationChecks
protected

Definition at line 77 of file G4CascadeColliderBase.hh.

G4InteractionCase G4CascadeColliderBase::interCase
protected

Definition at line 76 of file G4CascadeColliderBase.hh.


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