Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4LocatorChangeLogger.cc File Reference
#include <iostream>
#include <iomanip>
#include <locale>
#include "G4LocatorChangeLogger.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4LocatorChangeLogger &logger)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4LocatorChangeLogger & logger )

Definition at line 41 of file G4LocatorChangeLogger.cc.

43{
44 return logger.StreamInfo(os);
45}
std::ostream & StreamInfo(std::ostream &os) const