Geant4  10.00.p02
G4CascadeChannel Class Referenceabstract

#include <G4CascadeChannel.hh>

+ Inheritance diagram for G4CascadeChannel:

Public Member Functions

 G4CascadeChannel ()
 
virtual ~G4CascadeChannel ()
 
virtual G4double getCrossSection (double ke) const =0
 
virtual G4double getCrossSectionSum (double ke) const =0
 
virtual G4int getMultiplicity (G4double ke) const =0
 
virtual void getOutgoingParticleTypes (std::vector< G4int > &kinds, G4int mult, G4double ke) const =0
 
virtual void printTable (std::ostream &os=G4cout) const =0
 

Detailed Description

Definition at line 43 of file G4CascadeChannel.hh.

Constructor & Destructor Documentation

G4CascadeChannel::G4CascadeChannel ( )
inline

Definition at line 45 of file G4CascadeChannel.hh.

virtual G4CascadeChannel::~G4CascadeChannel ( )
inlinevirtual

Definition at line 46 of file G4CascadeChannel.hh.

Member Function Documentation

virtual G4double G4CascadeChannel::getCrossSection ( double  ke) const
pure virtual

Implemented in G4CascadeFunctions< DATA, SAMP >, G4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler >, G4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler >, and G4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler >.

Referenced by G4NucleiModel::totalCrossSection().

+ Here is the caller graph for this function:

virtual G4int G4CascadeChannel::getMultiplicity ( G4double  ke) const
pure virtual

Implemented in G4CascadeFunctions< DATA, SAMP >, G4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler >, G4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler >, and G4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler >.

Referenced by G4ElementaryParticleCollider::generateMultiplicity().

+ Here is the caller graph for this function:

virtual void G4CascadeChannel::getOutgoingParticleTypes ( std::vector< G4int > &  kinds,
G4int  mult,
G4double  ke 
) const
pure virtual

Implemented in G4CascadeFunctions< DATA, SAMP >, G4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler >, G4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler >, and G4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler >.

Referenced by G4ElementaryParticleCollider::generateOutgoingPartTypes().

+ Here is the caller graph for this function:

virtual void G4CascadeChannel::printTable ( std::ostream &  os = G4cout) const
pure virtual

Implemented in G4CascadeFunctions< DATA, SAMP >, G4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler >, G4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler >, and G4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler >.

Referenced by operator<<(), and G4CascadeChannelTables::PrintTable().

+ Here is the caller graph for this function:


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