Geant4-11
Public Member Functions | Private Member Functions | Private Attributes | Friends
G4EnergyLossTablesHelper Class Reference

#include <G4EnergyLossTables.hh>

Public Member Functions

 G4EnergyLossTablesHelper ()
 

Private Member Functions

 G4EnergyLossTablesHelper (const G4PhysicsTable *aDEDXTable, const G4PhysicsTable *aRangeTable, const G4PhysicsTable *anInverseRangeTable, const G4PhysicsTable *aLabTimeTable, const G4PhysicsTable *aProperTimeTable, G4double aLowestKineticEnergy, G4double aHighestKineticEnergy, G4double aMassRatio, G4int aNumberOfBins)
 

Private Attributes

const G4PhysicsTabletheDEDXTable
 
G4double theHighestKineticEnergy
 
const G4PhysicsTabletheInverseRangeTable
 
const G4PhysicsTabletheLabTimeTable
 
G4double theLowestKineticEnergy
 
G4double theMassRatio
 
G4int theNumberOfBins
 
const G4PhysicsTabletheProperTimeTable
 
const G4PhysicsTabletheRangeTable
 

Friends

class G4EnergyLossTables
 

Detailed Description

Definition at line 69 of file G4EnergyLossTables.hh.

Constructor & Destructor Documentation

◆ G4EnergyLossTablesHelper() [1/2]

G4EnergyLossTablesHelper::G4EnergyLossTablesHelper ( )

◆ G4EnergyLossTablesHelper() [2/2]

G4EnergyLossTablesHelper::G4EnergyLossTablesHelper ( const G4PhysicsTable aDEDXTable,
const G4PhysicsTable aRangeTable,
const G4PhysicsTable anInverseRangeTable,
const G4PhysicsTable aLabTimeTable,
const G4PhysicsTable aProperTimeTable,
G4double  aLowestKineticEnergy,
G4double  aHighestKineticEnergy,
G4double  aMassRatio,
G4int  aNumberOfBins 
)
private

Definition at line 69 of file G4EnergyLossTables.cc.

79 :
80 theDEDXTable(aDEDXTable), theRangeTable(aRangeTable),
81 theInverseRangeTable(anInverseRangeTable),
82 theLabTimeTable(aLabTimeTable),
83 theProperTimeTable(aProperTimeTable),
84 theLowestKineticEnergy(aLowestKineticEnergy),
85 theHighestKineticEnergy(aHighestKineticEnergy),
86 theMassRatio(aMassRatio),
87 theNumberOfBins(aNumberOfBins)
88{ }

Friends And Related Function Documentation

◆ G4EnergyLossTables

friend class G4EnergyLossTables
friend

Definition at line 71 of file G4EnergyLossTables.hh.

Field Documentation

◆ theDEDXTable

const G4PhysicsTable* G4EnergyLossTablesHelper::theDEDXTable
private

◆ theHighestKineticEnergy

G4double G4EnergyLossTablesHelper::theHighestKineticEnergy
private

◆ theInverseRangeTable

const G4PhysicsTable* G4EnergyLossTablesHelper::theInverseRangeTable
private

◆ theLabTimeTable

const G4PhysicsTable* G4EnergyLossTablesHelper::theLabTimeTable
private

◆ theLowestKineticEnergy

G4double G4EnergyLossTablesHelper::theLowestKineticEnergy
private

◆ theMassRatio

G4double G4EnergyLossTablesHelper::theMassRatio
private

◆ theNumberOfBins

G4int G4EnergyLossTablesHelper::theNumberOfBins
private

◆ theProperTimeTable

const G4PhysicsTable* G4EnergyLossTablesHelper::theProperTimeTable
private

◆ theRangeTable

const G4PhysicsTable* G4EnergyLossTablesHelper::theRangeTable
private

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