Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4EnergyLossTablesHelper Class Reference

#include <G4EnergyLossTables.hh>

Public Member Functions

 G4EnergyLossTablesHelper ()
 

Friends

class G4EnergyLossTables
 

Detailed Description

Definition at line 69 of file G4EnergyLossTables.hh.

Constructor & Destructor Documentation

◆ G4EnergyLossTablesHelper()

G4EnergyLossTablesHelper::G4EnergyLossTablesHelper ( )

Definition at line 92 of file G4EnergyLossTables.cc.

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

Friends And Related Symbol Documentation

◆ G4EnergyLossTables

friend class G4EnergyLossTables
friend

Definition at line 71 of file G4EnergyLossTables.hh.


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