Geant4  10.02.p03
G4CascadeChannel Class Referenceabstract

#include <G4CascadeChannel.hh>

Inheritance diagram for G4CascadeChannel:
Collaboration 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::G4CascadeChannel ( )
inline

Definition at line 45 of file G4CascadeChannel.hh.

45 {}

◆ ~G4CascadeChannel()

virtual G4CascadeChannel::~G4CascadeChannel ( )
inlinevirtual

Definition at line 46 of file G4CascadeChannel.hh.

46 {}
Here is the call graph for this function:

Member Function Documentation

◆ getCrossSection()

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

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

Here is the caller graph for this function:

◆ getCrossSectionSum()

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

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

Here is the caller graph for this function:

◆ getMultiplicity()

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

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

Here is the caller graph for this function:

◆ getOutgoingParticleTypes()

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 >.

Here is the caller graph for this function:

◆ printTable()

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 >.

Here is the caller graph for this function:

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