Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CellScoreValues.hh>
Public Attributes | |
G4double | fSumSL = 0 |
G4double | fSumSLW = 0 |
G4double | fSumSLW_v = 0 |
G4double | fSumSLWE = 0 |
G4double | fSumSLWE_v = 0 |
G4int | fSumTracksEntering = 0 |
G4int | fSumPopulation = 0 |
G4int | fSumCollisions = 0 |
G4double | fSumCollisionsWeight = 0 |
G4double | fNumberWeightedEnergy = 0 |
G4double | fFluxWeightedEnergy = 0 |
G4double | fAverageTrackWeight = 0 |
G4double | fImportance = 0 |
Definition at line 44 of file G4CellScoreValues.hh.
G4double G4CellScoreValues::fAverageTrackWeight = 0 |
Definition at line 58 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::GetStandardCellScoreValues(), and operator<<().
G4double G4CellScoreValues::fFluxWeightedEnergy = 0 |
Definition at line 57 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::GetStandardCellScoreValues(), and operator<<().
G4double G4CellScoreValues::fImportance = 0 |
Definition at line 59 of file G4CellScoreValues.hh.
Referenced by operator<<(), and G4CellScoreComposer::SetImportnace().
G4double G4CellScoreValues::fNumberWeightedEnergy = 0 |
Definition at line 56 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::GetStandardCellScoreValues(), and operator<<().
G4int G4CellScoreValues::fSumCollisions = 0 |
Definition at line 54 of file G4CellScoreValues.hh.
Referenced by operator<<(), and G4CellScoreComposer::SetCollisionWeight().
G4double G4CellScoreValues::fSumCollisionsWeight = 0 |
Definition at line 55 of file G4CellScoreValues.hh.
Referenced by operator<<(), and G4CellScoreComposer::SetCollisionWeight().
G4int G4CellScoreValues::fSumPopulation = 0 |
Definition at line 53 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::NewTrackPopedUp(), and operator<<().
G4double G4CellScoreValues::fSumSL = 0 |
Definition at line 47 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::EstimatorCalculation(), and G4CellScoreComposer::GetStandardCellScoreValues().
G4double G4CellScoreValues::fSumSLW = 0 |
Definition at line 48 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::EstimatorCalculation(), and G4CellScoreComposer::GetStandardCellScoreValues().
G4double G4CellScoreValues::fSumSLW_v = 0 |
Definition at line 49 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::EstimatorCalculation(), and G4CellScoreComposer::GetStandardCellScoreValues().
G4double G4CellScoreValues::fSumSLWE = 0 |
Definition at line 50 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::EstimatorCalculation(), and G4CellScoreComposer::GetStandardCellScoreValues().
G4double G4CellScoreValues::fSumSLWE_v = 0 |
Definition at line 51 of file G4CellScoreValues.hh.
Referenced by G4CellScoreComposer::EstimatorCalculation(), and G4CellScoreComposer::GetStandardCellScoreValues().
G4int G4CellScoreValues::fSumTracksEntering = 0 |
Definition at line 52 of file G4CellScoreValues.hh.
Referenced by operator<<(), and G4CellScoreComposer::TrackEnters().