G4VhNuclearStoppingPower Class Reference

#include <G4VhNuclearStoppingPower.hh>

Inheritance diagram for G4VhNuclearStoppingPower:

G4hICRU49Nuclear G4hZiegler1977Nuclear G4hZiegler1985Nuclear

Public Member Functions

 G4VhNuclearStoppingPower ()
virtual ~G4VhNuclearStoppingPower ()
void SetNuclearStoppingFluctuationsOn ()
void SetNuclearStoppingFluctuationsOff ()
virtual G4double NuclearStoppingPower (G4double kineticEnergy, G4double z1, G4double z2, G4double m1, G4double m2) const =0

Protected Attributes

G4bool lossFlucFlag

Detailed Description

Definition at line 56 of file G4VhNuclearStoppingPower.hh.


Constructor & Destructor Documentation

G4VhNuclearStoppingPower::G4VhNuclearStoppingPower (  ) 

Definition at line 56 of file G4VhNuclearStoppingPower.cc.

00056                                                    :
00057   lossFlucFlag(true)
00058 {;}

G4VhNuclearStoppingPower::~G4VhNuclearStoppingPower (  )  [virtual]

Definition at line 62 of file G4VhNuclearStoppingPower.cc.

00063 {;}


Member Function Documentation

virtual G4double G4VhNuclearStoppingPower::NuclearStoppingPower ( G4double  kineticEnergy,
G4double  z1,
G4double  z2,
G4double  m1,
G4double  m2 
) const [pure virtual]

Implemented in G4hICRU49Nuclear, G4hZiegler1977Nuclear, and G4hZiegler1985Nuclear.

void G4VhNuclearStoppingPower::SetNuclearStoppingFluctuationsOff (  )  [inline]

Definition at line 67 of file G4VhNuclearStoppingPower.hh.

References lossFlucFlag.

Referenced by G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff().

00067 {lossFlucFlag = false;}; 

void G4VhNuclearStoppingPower::SetNuclearStoppingFluctuationsOn (  )  [inline]

Definition at line 65 of file G4VhNuclearStoppingPower.hh.

References lossFlucFlag.

Referenced by G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn().

00065 {lossFlucFlag = true;}; 


Field Documentation

G4bool G4VhNuclearStoppingPower::lossFlucFlag [protected]

Definition at line 74 of file G4VhNuclearStoppingPower.hh.

Referenced by G4hZiegler1985Nuclear::NuclearStoppingPower(), G4hZiegler1977Nuclear::NuclearStoppingPower(), G4hICRU49Nuclear::NuclearStoppingPower(), SetNuclearStoppingFluctuationsOff(), and SetNuclearStoppingFluctuationsOn().


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:43 2013 for Geant4 by  doxygen 1.4.7