ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCL::ReflectionChannel Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/inclxx/incl_physics/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 ()
 

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.
 
static const G4double positionScalingFactor = 0.99
 Scaling factor for excessively tangential reflection.
 

Detailed Description

Definition at line 48 of file G4INCLReflectionChannel.hh.

View newest version in sPHENIX GitHub at line 48 of file G4INCLReflectionChannel.hh

Constructor & Destructor Documentation

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

Definition at line 49 of file G4INCLReflectionChannel.cc.

View newest version in sPHENIX GitHub at line 49 of file G4INCLReflectionChannel.cc

G4INCL::ReflectionChannel::~ReflectionChannel ( )
virtual

Definition at line 54 of file G4INCLReflectionChannel.cc.

View newest version in sPHENIX GitHub at line 54 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 67 of file G4INCLReflectionChannel.hh.

View newest version in sPHENIX GitHub at line 67 of file G4INCLReflectionChannel.hh

Referenced by fillFinalState().

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 65 of file G4INCLReflectionChannel.hh.

View newest version in sPHENIX GitHub at line 65 of file G4INCLReflectionChannel.hh

Referenced by fillFinalState().

Nucleus* G4INCL::ReflectionChannel::theNucleus
private

Definition at line 68 of file G4INCLReflectionChannel.hh.

View newest version in sPHENIX GitHub at line 68 of file G4INCLReflectionChannel.hh

Referenced by fillFinalState().

Particle* G4INCL::ReflectionChannel::theParticle
private

Definition at line 69 of file G4INCLReflectionChannel.hh.

View newest version in sPHENIX GitHub at line 69 of file G4INCLReflectionChannel.hh

Referenced by fillFinalState().


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