Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4INCL::Particle Class Reference

#include <G4INCLParticle.hh>

Inheritance diagram for G4INCL::Particle:
Inheritance graph
[legend]
Collaboration diagram for G4INCL::Particle:
Collaboration graph
[legend]

Public Member Functions

 Particle ()
 
 Particle (ParticleType t, G4double energy, ThreeVector momentum, ThreeVector position)
 
 Particle (ParticleType t, ThreeVector momentum, ThreeVector position)
 
virtual ~Particle ()
 
 Particle (const Particle &rhs)
 Copy constructor. More...
 
Particleoperator= (const Particle &rhs)
 Assignment operator. More...
 
G4INCL::ParticleType getType () const
 
virtual G4INCL::ParticleSpecies getSpecies () const
 Get the particle species. More...
 
void setType (ParticleType t)
 
G4bool isNucleon () const
 
ParticipantType getParticipantType () const
 
void setParticipantType (ParticipantType const p)
 
G4bool isParticipant () const
 
G4bool isTargetSpectator () const
 
G4bool isProjectileSpectator () const
 
virtual void makeParticipant ()
 
virtual void makeTargetSpectator ()
 
virtual void makeProjectileSpectator ()
 
G4bool isPion () const
 Is this a pion? More...
 
G4bool isResonance () const
 Is it a resonance? More...
 
G4bool isDelta () const
 Is it a Delta? More...
 
G4int getA () const
 Returns the baryon number. More...
 
G4int getZ () const
 Returns the charge number. More...
 
G4double getBeta () const
 
ThreeVector boostVector () const
 
void boost (const ThreeVector &aBoostVector)
 
void lorentzContract (const ThreeVector &aBoostVector, const ThreeVector &refPos)
 Lorentz-contract the particle position around some center. More...
 
G4double getMass () const
 Get the cached particle mass. More...
 
G4double getINCLMass () const
 Get the INCL particle mass. More...
 
virtual G4double getTableMass () const
 Get the tabulated particle mass. More...
 
G4double getRealMass () const
 Get the real particle mass. More...
 
void setRealMass ()
 Set the mass of the Particle to its real mass. More...
 
void setTableMass ()
 Set the mass of the Particle to its table mass. More...
 
void setINCLMass ()
 Set the mass of the Particle to its table mass. More...
 
G4double getEmissionQValueCorrection (const G4int AParent, const G4int ZParent) const
 Computes correction on the emission Q-value. More...
 
G4double getTransferQValueCorrection (const G4int AFrom, const G4int ZFrom, const G4int ATo, const G4int ZTo) const
 Computes correction on the transfer Q-value. More...
 
G4double getInvariantMass () const
 Get the the particle invariant mass. More...
 
G4double getKineticEnergy () const
 Get the particle kinetic energy. More...
 
G4double getPotentialEnergy () const
 Get the particle potential energy. More...
 
void setPotentialEnergy (G4double v)
 Set the particle potential energy. More...
 
G4double getEnergy () const
 
void setMass (G4double mass)
 
void setEnergy (G4double energy)
 
const G4INCL::ThreeVectorgetMomentum () const
 
virtual G4INCL::ThreeVector getAngularMomentum () const
 
virtual void setMomentum (const G4INCL::ThreeVector &momentum)
 
const G4INCL::ThreeVectorgetPosition () const
 
virtual void setPosition (const G4INCL::ThreeVector &position)
 
G4double getHelicity ()
 
void setHelicity (G4double h)
 
void propagate (G4double step)
 
G4int getNumberOfCollisions () const
 Return the number of collisions undergone by the particle. More...
 
void setNumberOfCollisions (G4int n)
 Set the number of collisions undergone by the particle. More...
 
void incrementNumberOfCollisions ()
 Increment the number of collisions undergone by the particle. More...
 
G4int getNumberOfDecays () const
 Return the number of decays undergone by the particle. More...
 
void setNumberOfDecays (G4int n)
 Set the number of decays undergone by the particle. More...
 
void incrementNumberOfDecays ()
 Increment the number of decays undergone by the particle. More...
 
void setOutOfWell ()
 Mark the particle as out of its potential well. More...
 
G4bool isOutOfWell () const
 Check if the particle is out of its potential well. More...
 
void setEmissionTime (G4double t)
 
G4double getEmissionTime ()
 
ThreeVector getTransversePosition () const
 Transverse component of the position w.r.t. the momentum. More...
 
ThreeVector getLongitudinalPosition () const
 Longitudinal component of the position w.r.t. the momentum. More...
 
const ThreeVectoradjustMomentumFromEnergy ()
 Rescale the momentum to match the total energy. More...
 
G4double adjustEnergyFromMomentum ()
 Recompute the energy to match the momentum. More...
 
G4bool isInList (ParticleList const &l) const
 Check if the particle belongs to a given list. More...
 
G4bool isCluster () const
 
void setFrozenMomentum (const ThreeVector &momentum)
 Set the frozen particle momentum. More...
 
void setFrozenEnergy (const G4double energy)
 Set the frozen particle momentum. More...
 
ThreeVector getFrozenMomentum () const
 Get the frozen particle momentum. More...
 
G4double getFrozenEnergy () const
 Get the frozen particle momentum. More...
 
ThreeVector getPropagationVelocity () const
 Get the propagation velocity of the particle. More...
 
void freezePropagation ()
 Freeze particle propagation. More...
 
void thawPropagation ()
 Unfreeze particle propagation. More...
 
virtual void rotate (const G4double angle, const ThreeVector &axis)
 Rotate the particle position and momentum. More...
 
std::string print () const
 
std::string dump () const
 
long getID () const
 
ParticleList constgetParticles () const
 

Protected Member Functions

void swap (Particle &rhs)
 Helper method for the assignment operator. More...
 

Protected Attributes

G4int theZ
 
G4int theA
 
ParticipantType theParticipantType
 
G4INCL::ParticleType theType
 
G4double theEnergy
 
G4doublethePropagationEnergy
 
G4double theFrozenEnergy
 
G4INCL::ThreeVector theMomentum
 
G4INCL::ThreeVectorthePropagationMomentum
 
G4INCL::ThreeVector theFrozenMomentum
 
G4INCL::ThreeVector thePosition
 
G4int nCollisions
 
G4int nDecays
 
G4double thePotentialEnergy
 
long ID
 

Detailed Description

Definition at line 64 of file G4INCLParticle.hh.

Constructor & Destructor Documentation

G4INCL::Particle::Particle ( )

Definition at line 51 of file G4INCLParticle.cc.

Here is the caller graph for this function:

G4INCL::Particle::Particle ( ParticleType  t,
G4double  energy,
ThreeVector  momentum,
ThreeVector  position 
)

Definition at line 74 of file G4INCLParticle.cc.

Here is the call graph for this function:

G4INCL::Particle::Particle ( ParticleType  t,
ThreeVector  momentum,
ThreeVector  position 
)

Definition at line 97 of file G4INCLParticle.cc.

Here is the call graph for this function:

virtual G4INCL::Particle::~Particle ( )
inlinevirtual

Definition at line 69 of file G4INCLParticle.hh.

G4INCL::Particle::Particle ( const Particle rhs)
inline

Copy constructor.

Does not copy the particle ID.

Definition at line 75 of file G4INCLParticle.hh.

Member Function Documentation

G4double G4INCL::Particle::adjustEnergyFromMomentum ( )

Recompute the energy to match the momentum.

Definition at line 133 of file G4INCLParticle.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const ThreeVector & G4INCL::Particle::adjustMomentumFromEnergy ( )

Rescale the momentum to match the total energy.

Definition at line 120 of file G4INCLParticle.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::boost ( const ThreeVector aBoostVector)
inline

Boost the particle using a boost vector.

Example (go to the particle rest frame): particle->boost(particle->boostVector());

Definition at line 293 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

ThreeVector G4INCL::Particle::boostVector ( ) const
inline

Returns a three vector we can give to the boost() -method.

In order to go to the particle rest frame you need to multiply the boost vector by -1.0.

Definition at line 283 of file G4INCLParticle.hh.

Here is the caller graph for this function:

std::string G4INCL::Particle::dump ( ) const
inline

Definition at line 701 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::freezePropagation ( )
inline

Freeze particle propagation.

Make the particle use theFrozenMomentum and theFrozenEnergy for propagation. The normal state can be restored by calling the thawPropagation() method.

Definition at line 659 of file G4INCLParticle.hh.

G4int G4INCL::Particle::getA ( ) const
inline

Returns the baryon number.

Definition at line 267 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual G4INCL::ThreeVector G4INCL::Particle::getAngularMomentum ( ) const
inlinevirtual

Get the angular momentum w.r.t. the origin

Reimplemented in G4INCL::Cluster.

Definition at line 546 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::Particle::getBeta ( ) const
inline

Definition at line 272 of file G4INCLParticle.hh.

Here is the call graph for this function:

G4double G4INCL::Particle::getEmissionQValueCorrection ( const G4int  AParent,
const G4int  ZParent 
) const
inline

Computes correction on the emission Q-value.

Computes the correction that must be applied to INCL particles in order to obtain the correct Q-value for particle emission from a given nucleus. For absorption, the correction is obviously equal to minus the value returned by this function.

Parameters
AParentthe mass number of the emitting nucleus
ZParentthe charge number of the emitting nucleus
Returns
the correction

Definition at line 431 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::Particle::getEmissionTime ( )
inline

Definition at line 611 of file G4INCLParticle.hh.

G4double G4INCL::Particle::getEnergy ( ) const
inline

Get the energy of the particle in MeV.

Definition at line 516 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4double G4INCL::Particle::getFrozenEnergy ( ) const
inline

Get the frozen particle momentum.

Definition at line 648 of file G4INCLParticle.hh.

ThreeVector G4INCL::Particle::getFrozenMomentum ( ) const
inline

Get the frozen particle momentum.

Definition at line 645 of file G4INCLParticle.hh.

G4double G4INCL::Particle::getHelicity ( )
inline

Definition at line 572 of file G4INCLParticle.hh.

Here is the caller graph for this function:

long G4INCL::Particle::getID ( ) const
inline

Definition at line 714 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4double G4INCL::Particle::getINCLMass ( ) const
inline

Get the INCL particle mass.

Definition at line 325 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::Particle::getInvariantMass ( ) const
inline

Get the the particle invariant mass.

Uses the relativistic invariant

\[ m = \sqrt{E^2 - {\vec p}^2}\]

Definition at line 494 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::Particle::getKineticEnergy ( ) const
inline

Get the particle kinetic energy.

Definition at line 505 of file G4INCLParticle.hh.

Here is the caller graph for this function:

ThreeVector G4INCL::Particle::getLongitudinalPosition ( ) const
inline

Longitudinal component of the position w.r.t. the momentum.

Definition at line 619 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::Particle::getMass ( ) const
inline

Get the cached particle mass.

Definition at line 322 of file G4INCLParticle.hh.

Here is the caller graph for this function:

const G4INCL::ThreeVector& G4INCL::Particle::getMomentum ( ) const
inline

Get the momentum vector.

Definition at line 540 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4int G4INCL::Particle::getNumberOfCollisions ( ) const
inline

Return the number of collisions undergone by the particle.

Definition at line 580 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4int G4INCL::Particle::getNumberOfDecays ( ) const
inline

Return the number of decays undergone by the particle.

Definition at line 589 of file G4INCLParticle.hh.

ParticipantType G4INCL::Particle::getParticipantType ( ) const
inline

Definition at line 222 of file G4INCLParticle.hh.

Here is the caller graph for this function:

ParticleList const* G4INCL::Particle::getParticles ( ) const
inline

Return a NULL pointer

Definition at line 719 of file G4INCLParticle.hh.

const G4INCL::ThreeVector& G4INCL::Particle::getPosition ( ) const
inline

Set the position vector.

Definition at line 562 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4double G4INCL::Particle::getPotentialEnergy ( ) const
inline

Get the particle potential energy.

Definition at line 508 of file G4INCLParticle.hh.

Here is the caller graph for this function:

ThreeVector G4INCL::Particle::getPropagationVelocity ( ) const
inline

Get the propagation velocity of the particle.

Definition at line 651 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4double G4INCL::Particle::getRealMass ( ) const
inline

Get the real particle mass.

Definition at line 383 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4INCL::ParticleSpecies G4INCL::Particle::getSpecies ( ) const
inlinevirtual

Get the particle species.

Reimplemented in G4INCL::Cluster.

Definition at line 158 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual G4double G4INCL::Particle::getTableMass ( ) const
inlinevirtual

Get the tabulated particle mass.

Reimplemented in G4INCL::Cluster.

Definition at line 354 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4double G4INCL::Particle::getTransferQValueCorrection ( const G4int  AFrom,
const G4int  ZFrom,
const G4int  ATo,
const G4int  ZTo 
) const
inline

Computes correction on the transfer Q-value.

Computes the correction that must be applied to INCL particles in order to obtain the correct Q-value for particle transfer from a given nucleus to another.

Assumes that the receving nucleus is INCL's target nucleus, with the INCL separation energy.

Parameters
AFromthe mass number of the donating nucleus
ZFromthe charge number of the donating nucleus
ATothe mass number of the receiving nucleus
ZTothe charge number of the receiving nucleus
Returns
the correction

Definition at line 469 of file G4INCLParticle.hh.

Here is the call graph for this function:

ThreeVector G4INCL::Particle::getTransversePosition ( ) const
inline

Transverse component of the position w.r.t. the momentum.

Definition at line 614 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4INCL::ParticleType G4INCL::Particle::getType ( ) const
inline

Get the particle type.

See Also
G4INCL::ParticleType

Definition at line 153 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4int G4INCL::Particle::getZ ( ) const
inline

Returns the charge number.

Definition at line 270 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::incrementNumberOfCollisions ( )
inline

Increment the number of collisions undergone by the particle.

Definition at line 586 of file G4INCLParticle.hh.

void G4INCL::Particle::incrementNumberOfDecays ( )
inline

Increment the number of decays undergone by the particle.

Definition at line 595 of file G4INCLParticle.hh.

G4bool G4INCL::Particle::isCluster ( ) const
inline

Definition at line 634 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isDelta ( ) const
inline

Is it a Delta?

Definition at line 261 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isInList ( ParticleList const l) const
inline

Check if the particle belongs to a given list.

Definition at line 630 of file G4INCLParticle.hh.

G4bool G4INCL::Particle::isNucleon ( ) const
inline

Is this a nucleon?

Definition at line 215 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isOutOfWell ( ) const
inline

Check if the particle is out of its potential well.

Definition at line 608 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isParticipant ( ) const
inline

Definition at line 230 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isPion ( ) const
inline

Is this a pion?

Definition at line 255 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isProjectileSpectator ( ) const
inline

Definition at line 238 of file G4INCLParticle.hh.

Here is the caller graph for this function:

G4bool G4INCL::Particle::isResonance ( ) const
inline

Is it a resonance?

Definition at line 258 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4INCL::Particle::isTargetSpectator ( ) const
inline

Definition at line 234 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::lorentzContract ( const ThreeVector aBoostVector,
const ThreeVector refPos 
)
inline

Lorentz-contract the particle position around some center.

Apply Lorentz contraction to the position component along the direction of the boost vector.

Parameters
aBoostVectorthe boost vector (velocity) [c]
refPosthe reference position

Definition at line 311 of file G4INCLParticle.hh.

Here is the call graph for this function:

virtual void G4INCL::Particle::makeParticipant ( )
inlinevirtual

Reimplemented in G4INCL::Cluster.

Definition at line 242 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual void G4INCL::Particle::makeProjectileSpectator ( )
inlinevirtual

Reimplemented in G4INCL::Cluster.

Definition at line 250 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual void G4INCL::Particle::makeTargetSpectator ( )
inlinevirtual

Reimplemented in G4INCL::Cluster.

Definition at line 246 of file G4INCLParticle.hh.

Here is the caller graph for this function:

Particle& G4INCL::Particle::operator= ( const Particle rhs)
inline

Assignment operator.

Does not copy the particle ID.

Definition at line 143 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string G4INCL::Particle::print ( ) const
inline

Definition at line 686 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::propagate ( G4double  step)
inline

Definition at line 575 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual void G4INCL::Particle::rotate ( const G4double  angle,
const ThreeVector axis 
)
inlinevirtual

Rotate the particle position and momentum.

Parameters
anglethe rotation angle
axisa unit vector representing the rotation axis

Reimplemented in G4INCL::Cluster.

Definition at line 680 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::setEmissionTime ( G4double  t)
inline

Definition at line 610 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setEnergy ( G4double  energy)
inline

Set the energy of the particle in MeV.

Definition at line 532 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setFrozenEnergy ( const G4double  energy)
inline

Set the frozen particle momentum.

Definition at line 642 of file G4INCLParticle.hh.

void G4INCL::Particle::setFrozenMomentum ( const ThreeVector momentum)
inline

Set the frozen particle momentum.

Definition at line 639 of file G4INCLParticle.hh.

void G4INCL::Particle::setHelicity ( G4double  h)
inline

Definition at line 573 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setINCLMass ( )
inline

Set the mass of the Particle to its table mass.

Definition at line 418 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::setMass ( G4double  mass)
inline

Set the mass of the particle in MeV/c^2.

Definition at line 524 of file G4INCLParticle.hh.

Here is the caller graph for this function:

virtual void G4INCL::Particle::setMomentum ( const G4INCL::ThreeVector momentum)
inlinevirtual

Set the momentum vector.

Definition at line 554 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setNumberOfCollisions ( G4int  n)
inline

Set the number of collisions undergone by the particle.

Definition at line 583 of file G4INCLParticle.hh.

void G4INCL::Particle::setNumberOfDecays ( G4int  n)
inline

Set the number of decays undergone by the particle.

Definition at line 592 of file G4INCLParticle.hh.

void G4INCL::Particle::setOutOfWell ( )
inline

Mark the particle as out of its potential well.

This flag is used to control pions created outside their potential well in delta decay. The pion potential checks it and returns zero if it is true (necessary in order to correctly enforce energy conservation). The Nucleus::applyFinalState() method uses it to determine whether new avatars should be generated for the particle.

Definition at line 605 of file G4INCLParticle.hh.

void G4INCL::Particle::setParticipantType ( ParticipantType const  p)
inline

Definition at line 226 of file G4INCLParticle.hh.

virtual void G4INCL::Particle::setPosition ( const G4INCL::ThreeVector position)
inlinevirtual

Reimplemented in G4INCL::Cluster.

Definition at line 567 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setPotentialEnergy ( G4double  v)
inline

Set the particle potential energy.

Definition at line 511 of file G4INCLParticle.hh.

Here is the caller graph for this function:

void G4INCL::Particle::setRealMass ( )
inline

Set the mass of the Particle to its real mass.

Definition at line 412 of file G4INCLParticle.hh.

Here is the call graph for this function:

void G4INCL::Particle::setTableMass ( )
inline

Set the mass of the Particle to its table mass.

Definition at line 415 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::setType ( ParticleType  t)
inline

Definition at line 162 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::swap ( Particle rhs)
inlineprotected

Helper method for the assignment operator.

Definition at line 107 of file G4INCLParticle.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4INCL::Particle::thawPropagation ( )
inline

Unfreeze particle propagation.

Make the particle use theMomentum and theEnergy for propagation. Call this method to restore the normal propagation if the freezePropagation() method has been called.

Definition at line 670 of file G4INCLParticle.hh.

Here is the caller graph for this function:

Member Data Documentation

long G4INCL::Particle::ID
protected

Definition at line 738 of file G4INCLParticle.hh.

G4int G4INCL::Particle::nCollisions
protected

Definition at line 735 of file G4INCLParticle.hh.

G4int G4INCL::Particle::nDecays
protected

Definition at line 736 of file G4INCLParticle.hh.

G4int G4INCL::Particle::theA
protected

Definition at line 725 of file G4INCLParticle.hh.

G4double G4INCL::Particle::theEnergy
protected

Definition at line 728 of file G4INCLParticle.hh.

G4double G4INCL::Particle::theFrozenEnergy
protected

Definition at line 730 of file G4INCLParticle.hh.

G4INCL::ThreeVector G4INCL::Particle::theFrozenMomentum
protected

Definition at line 733 of file G4INCLParticle.hh.

G4INCL::ThreeVector G4INCL::Particle::theMomentum
protected

Definition at line 731 of file G4INCLParticle.hh.

ParticipantType G4INCL::Particle::theParticipantType
protected

Definition at line 726 of file G4INCLParticle.hh.

G4INCL::ThreeVector G4INCL::Particle::thePosition
protected

Definition at line 734 of file G4INCLParticle.hh.

G4double G4INCL::Particle::thePotentialEnergy
protected

Definition at line 737 of file G4INCLParticle.hh.

G4double* G4INCL::Particle::thePropagationEnergy
protected

Definition at line 729 of file G4INCLParticle.hh.

G4INCL::ThreeVector* G4INCL::Particle::thePropagationMomentum
protected

Definition at line 732 of file G4INCLParticle.hh.

G4INCL::ParticleType G4INCL::Particle::theType
protected

Definition at line 727 of file G4INCLParticle.hh.

G4int G4INCL::Particle::theZ
protected

Definition at line 725 of file G4INCLParticle.hh.


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