Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4CellScoreComposer.cc File Reference
#include "G4CellScoreComposer.hh"
#include "G4Step.hh"
Include dependency graph for G4CellScoreComposer.cc:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 101 of file G4CellScoreComposer.cc.

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

Here is the call graph for this function: