44 " no pointer to pre PreStepPoint!");
55 fSCScoreValues.fSumSL += sl;
56 fSCScoreValues.fSumSLW += slw;
57 fSCScoreValues.fSumSLW_v += slw / v;
58 fSCScoreValues.fSumSLWE += slwe;
59 fSCScoreValues.fSumSLWE_v += slwe / v;
66 fSCScoreValues.fSumCollisions++;
67 fSCScoreValues.fSumCollisionsWeight += weight;
72 if (fSCScoreValues.fSumSLW > 0.) {
74 fSCScoreValues.fNumberWeightedEnergy = fSCScoreValues.fSumSLWE_v / fSCScoreValues.fSumSLW_v;
76 fSCScoreValues.fFluxWeightedEnergy = fSCScoreValues.fSumSLWE / fSCScoreValues.fSumSLW;
78 fSCScoreValues.fAverageTrackWeight = fSCScoreValues.fSumSLW / fSCScoreValues.fSumSL;
80 return fSCScoreValues;
std::ostream & operator<<(std::ostream &out, const G4CellScoreComposer &ps)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
void SetImportnace(G4double importance)
void SetCollisionWeight(G4double weight)
const G4CellScoreValues & GetStandardCellScoreValues() const
void EstimatorCalculation(const G4Step &step)
G4double fSumCollisionsWeight
G4double fFluxWeightedEnergy
G4double fNumberWeightedEnergy
G4double fAverageTrackWeight
G4double GetVelocity() const
G4double GetKineticEnergy() const
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
G4double GetStepLength() const