Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GeometryCellImportance.cc File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const G4GeometryCellImportance &gCelli)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const G4GeometryCellImportance & gCelli )

Definition at line 34 of file G4GeometryCellImportance.cc.

36{
37 for (const auto & it : gCelli)
38 {
39 out << it.first << ", importance = ";
40 out << it.second << "\n";
41 }
42 return out;
43}