Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4EnergyLossTablesHelper Class Reference

#include <G4EnergyLossTables.hh>

Public Member Functions

 G4EnergyLossTablesHelper ()
 

Friends

class G4EnergyLossTables
 

Detailed Description

Definition at line 71 of file G4EnergyLossTables.hh.

Constructor & Destructor Documentation

G4EnergyLossTablesHelper::G4EnergyLossTablesHelper ( )

Definition at line 93 of file G4EnergyLossTables.cc.

94 {
95  theLowestKineticEnergy = 0.0;
96  theHighestKineticEnergy= 0.0;
97  theMassRatio = 0.0;
98  theNumberOfBins = 0;
99  theDEDXTable = theRangeTable = theInverseRangeTable = theLabTimeTable
100  = theProperTimeTable = nullptr;
101 }

Friends And Related Function Documentation

friend class G4EnergyLossTables
friend

Definition at line 73 of file G4EnergyLossTables.hh.


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