Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CellScoreComposer.cc File Reference
#include "G4CellScoreComposer.hh"
#include "G4Step.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const G4CellScoreComposer &ps)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const G4CellScoreComposer ps 
)

Definition at line 100 of file G4CellScoreComposer.cc.

101 {
103 out << "Tracks entering: " << scores.fSumTracksEntering << G4endl;
104 out << "Population: " << scores.fSumPopulation << G4endl;
105 out << "Collisions: " << scores.fSumCollisions << G4endl;
106 out << "Collisions*Wgt: " << scores.fSumCollisionsWeight << G4endl;
107 out << "NumWGTedEnergy: " << scores.fNumberWeightedEnergy << G4endl;
108 out << "FluxWGTedEnergy: " << scores.fFluxWeightedEnergy << G4endl;
109 out << "Aver.TrackWGT*I: " << scores.fAverageTrackWeight*
110 scores.fImportance << G4endl;
111 return out;
112}
#define G4endl
Definition: G4ios.hh:57
const G4CellScoreValues & GetStandardCellScoreValues() const
G4double fNumberWeightedEnergy