Geant4  10.02.p03
G4INCL::ReflectionChannel Class Reference

#include <G4INCLReflectionChannel.hh>

Inheritance diagram for G4INCL::ReflectionChannel:
Collaboration diagram for G4INCL::ReflectionChannel:

Public Member Functions

 ReflectionChannel (Nucleus *n, Particle *p)
 
virtual ~ReflectionChannel ()
 
void fillFinalState (FinalState *fs)
 
- Public Member Functions inherited from G4INCL::IChannel
 IChannel ()
 
virtual ~IChannel ()
 
FinalStategetFinalState ()
 
 INCL_DECLARE_ALLOCATION_POOL (IChannel)
 

Private Member Functions

 INCL_DECLARE_ALLOCATION_POOL (ReflectionChannel)
 

Private Attributes

NucleustheNucleus
 
ParticletheParticle
 

Static Private Attributes

static const G4double sinMinReflectionAngleSquaredOverFour
 Sine^2 of the smallest acceptable reflection angle / 4. More...
 
static const G4double positionScalingFactor
 Scaling factor for excessively tangential reflection. More...
 

Detailed Description

Definition at line 48 of file G4INCLReflectionChannel.hh.

Constructor & Destructor Documentation

◆ ReflectionChannel()

G4INCL::ReflectionChannel::ReflectionChannel ( Nucleus n,
Particle p 
)

◆ ~ReflectionChannel()

virtual G4INCL::ReflectionChannel::~ReflectionChannel ( )
virtual

Member Function Documentation

◆ fillFinalState()

void G4INCL::ReflectionChannel::fillFinalState ( FinalState fs)
virtual

Implements G4INCL::IChannel.

◆ INCL_DECLARE_ALLOCATION_POOL()

G4INCL::ReflectionChannel::INCL_DECLARE_ALLOCATION_POOL ( ReflectionChannel  )
private

Member Data Documentation

◆ positionScalingFactor

const G4double G4INCL::ReflectionChannel::positionScalingFactor
staticprivate

Scaling factor for excessively tangential reflection.

Definition at line 67 of file G4INCLReflectionChannel.hh.

◆ sinMinReflectionAngleSquaredOverFour

const G4double G4INCL::ReflectionChannel::sinMinReflectionAngleSquaredOverFour
staticprivate

Sine^2 of the smallest acceptable reflection angle / 4.

Particles impinging almost tangentially on the surface generate a large number of reflections. If the impinging angle is larger than a certain limit, we move the particle a bit towards the inside of the nucleus. The limit angle is arbitrarily chosen to correspond to 100 reflections per orbit. The position scaling factor is given by the positionScalingFactor member.

Definition at line 65 of file G4INCLReflectionChannel.hh.

◆ theNucleus

Nucleus* G4INCL::ReflectionChannel::theNucleus
private

Definition at line 68 of file G4INCLReflectionChannel.hh.

◆ theParticle

Particle* G4INCL::ReflectionChannel::theParticle
private

Definition at line 69 of file G4INCLReflectionChannel.hh.


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