Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CellScoreComposer.hh File Reference

Go to the source code of this file.

Classes

class  G4CellScoreComposer
 

Macros

#define G4CellScoreComposer_hh   G4CellScoreComposer_hh
 

Functions

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

Macro Definition Documentation

◆ G4CellScoreComposer_hh

#define G4CellScoreComposer_hh   G4CellScoreComposer_hh

Definition at line 45 of file G4CellScoreComposer.hh.

Function Documentation

◆ operator<<()

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

Definition at line 102 of file G4CellScoreComposer.cc.

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