Geant4  10.00.p02
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 ()
 
FinalStategetFinalState ()
 
- Public Member Functions inherited from G4INCL::IChannel
 IChannel ()
 
virtual ~IChannel ()
 

Private Attributes

NucleustheNucleus
 
ParticletheParticle
 

Static Private Attributes

static const G4double sinMinReflectionAngleSquaredOverFour = std::pow(std::sin(2.*Math::pi/200.),2.)
 Sine^2 of the smallest acceptable reflection angle / 4. More...
 
static const G4double positionScalingFactor = 0.99
 Scaling factor for excessively tangential reflection. More...
 

Detailed Description

Definition at line 46 of file G4INCLReflectionChannel.hh.

Constructor & Destructor Documentation

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

Definition at line 48 of file G4INCLReflectionChannel.cc.

G4INCL::ReflectionChannel::~ReflectionChannel ( )
virtual

Definition at line 53 of file G4INCLReflectionChannel.cc.

Member Function Documentation

Member Data Documentation

const G4double G4INCL::ReflectionChannel::positionScalingFactor = 0.99
staticprivate

Scaling factor for excessively tangential reflection.

Definition at line 65 of file G4INCLReflectionChannel.hh.

Referenced by getFinalState().

const G4double G4INCL::ReflectionChannel::sinMinReflectionAngleSquaredOverFour = std::pow(std::sin(2.*Math::pi/200.),2.)
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 63 of file G4INCLReflectionChannel.hh.

Referenced by getFinalState().

Nucleus* G4INCL::ReflectionChannel::theNucleus
private

Definition at line 66 of file G4INCLReflectionChannel.hh.

Referenced by getFinalState().

Particle* G4INCL::ReflectionChannel::theParticle
private

Definition at line 67 of file G4INCLReflectionChannel.hh.

Referenced by getFinalState().


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